WEBCLASS Property (DATATABLE)
PLBCMP GUI Only
The WEBCLASS property specifies the CSS class of a column in a DATATABLE.
WEBCLASS={value}
Note the following:
WEBCLASS may be used with SETPROP or GETPROP statements for elements of the Columns collection.
This property only takes affect when a DATATABLE is bound to a HTMLCONTROL. Also, the CONTENTTYPE for the column must be set for a value less than $TC_START.
The {string} is a Character String Variable or literal that specifies one or more class definitions for a DATATABLE Columns column.
Any CSS classes that have been preloaded using by 'plbwvstart.html' or 'plbwvmstart.html' web pages may be used in the WEBCLASS property.
If the class is a custom user class, the class(es) must be loaded using the CLIENT object method AddCss in the PL/B program..
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |