Export plug-in for TinyButStrong
by Mick@el, 2007-06-12
The Export plugins allows you to "export" a block's field to the outside of the block.
Include the file 'tbs_plugin_export.php'.
This plug-in has been built for TBS version 3.2.0 or higher but should work with older versions (3.x).
Name | Age |
---|---|
[blk_test.name; block=tr; export] | [blk_test.age] |
First name : [blk_test[0].name]
First age : [blk_test[0].age]
Second name : [blk_test[1].name]
Second age : [blk_test[1].age]
Third name : [blk_test[2].name]
Third age : [blk_test[2].age]
Name | Age |
---|---|
John | 24 |
Bob | 35 |
Jordan | 14 |
First name : John
First age : 24
Second name : Bob
Second age : 35
Third name : Jordan
Third age : 14
Name | Age |
---|---|
[blk_test.name; block=tr; export=2] | [blk_test.age] |
First name : [blk_test[0].name]
First age : [blk_test[0].age]
Second name : [blk_test[1].name]
Second age : [blk_test[1].age]
Third name : [blk_test[2].name]
Third age : [blk_test[2].age]
Name | Age |
---|---|
John | 24 |
Bob | 35 |
Jordan | 14 |
First name : John
First age : 24
Second name : Bob
Second age : 35
Third name : [blk_test[2].name]
Third age : [blk_test[2].age]
Version 1.0.0 : | First release. |