GetUITableSize

Description

This JSP function returns the UI width of the attribute passed as input. This can be used to set the column width of tables within your screens to achieve consistent sizing of the columns throughout the application. The width that is used comes from the data type definition of the attribute. See the extending datatypes.

Syntax

getUITableSize(String binding)

Parameters

Path to the current attribute in XML.

Note: This should be used in the style attribute of all <td> tags within all <thead> tags of list tables.

JSP usage

style="width:<%=getUITableSize("xml:/Order/@OrderDate")%>"