Hide some screen elements? [message #344] |
Mon, 30 October 2006 11:37 |
mitjok
Messages: 6 Registered: June 2006
|
Junior Member |
|
|
What is the basic algorithm behind hiding some of the screen elements and bars in "list" mode?
For example, to hide "select/unselect all" and "page size" or hide action bar or message area?
As far as I understand to achieve this some xsl params should be set, as "noshow" for "page size" and "noselect" for "select/unselect all".
This params ($xsl_params) could be set while building XML ( function buildXML) or as attribute of the table object ($xsl_params).
If I know in advance, that I don't want action bar or help string above the menu in list mode, what is the best place to set this parameters?
Thanks in advance!
|
|
|