documentation of tablemanager tag
peterdd - May 26, 2008 - 23:36
| Project: | Table Manager |
| Version: | 5.x-1.4 |
| Component: | Documentation |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
Full documentation of all parameters that can be used for in tablemanager tag is missing.
The current README.txt only give examples for experimenting, but explains not the full tag.
Condensed something like:
[tablemanager:tid[, rowlimit[, allowadmin[, NULL|column=col[ |start="startvalue"][ | end="endvalue" ]][, HTMLtabletagpropertyOrOtherParam=value [| HTMLtabletagpropertyOrOtherParam=value [|...] ] ] ] ] ] ]plus descriptions like:
tid: integer, the table id for referencing the wanted tablemanager table, mandatory
rowlimit: integer or NULL, limit of rows shown on paginated table view, default NULL
allowadmin: TRUE or FALSE, allow adding, editing of tablemanager table for users, default FALSE
column: NULL or column=integer plus optionally a list of key=value pairs separated by '|', default NULL
examples:
NULL
column=2
column=2 |start=100
column=2 |start=100 | end=200
column=2 |start="a"
column=2 |start="a" | end="c"
Take care, the first 4 params must be in this order and must be set when the next parameter is set too.
HTMLtabletagpropertyOrOtherParam: a list of key=value pairs separated by '|'
The ordering of these key=value pairs is not important.
#1
Yeah I'll probably update the docs when I've finished (and am happy with) the 6.x-dev branch. Everything will have changed so there's little point in rewriting docs for old code.
Thanks,
Pobster