EDITCSS Property (DATATABLE)


10.5, PLBCMP GUI Only

 

The EDITCSS property defines the edit class of a column in a DATATABLE. The property uses the following format:

EDITCSS={string}

Note the following:

  1. EDITCSS 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 with the style set to LISTVIEW. Also, the CONTENTTYPE for the column may be set to $TC_EDITABLE that allows editing of the data.

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

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

  5. If an edit 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 DROPID Property EDITHIDESEL Property