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.

Comments

pobster’s picture

Status: Active » Postponed

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

pobster’s picture

Issue summary: View changes
Status: Postponed » Closed (outdated)

Closing as D5.x is now unsupported.