Hello,
We are trying to remove the personalise and export to excel buttons from a custom created assignment block, buttons elsewhere must remain.
We have tried to put the attributes downloadToExcel and personalizable of the configTable on false (the default is true). But to no avail.
the .htm page of the assignment block:
<chtmlb:configTable id = "Table" navigationMode = "BYPAGE" onRowSelection = "select" table = "//RegDetNode/Table" width = "100%" personalizable = "FALSE" allRowsEditable = "<%= lv_editlist %>" displayMode = "<%= lv_displaymode %>" headerVisible = "FALSE" downloadToExcel = "FALSE" actionsMaxInRow = "6" hasLeadSelection = "TRUE" selectionMode = "<%= RegDetNode->SELECTION_MODE %>" iterator = "<%= controller %>" />
Is there a way to remove or hide the buttons?
Thanks in advance.
Joram
Edited by: Joram Somers on May 11, 2009 9:28 AM