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.
getUITableSize(String binding)
Path to the current attribute in XML.
style="width:<%=getUITableSize("xml:/Order/@OrderDate")%>"