WEBCLASS Property (DATATABLE)


PLBCMP GUI Only

 

The WEBCLASS property specifies the CSS class of a column in a DATATABLE.

 

WEBCLASS={value}

Note the following:

  1. WEBCLASS may be used with SETPROP or GETPROP statements for elements of the Columns collection.

  2. 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.

  3. The {string} is a Character String Variable or literal that specifies one or more class definitions for a DATATABLE Columns column.

  4. Any CSS classes that have been preloaded using by 'plbwvstart.html' or 'plbwvmstart.html' web pages may be used in the WEBCLASS property.

  5. 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

 



PL/B Language Reference WEBCLASS Property WEBHEIGHT Property