Function Removes a CSS class from an attribute
Example s10removecss( attrname = "amount"  cssclassname = 'negative' ).
Format data:
  myattrname type string,
  mycssclassname type string.

  s10removecss(
    exporting
      attrname = myattrname
      cssclassname = mycssclassname ).
Parameters
Name Type Description
attrname string
Attribute name
cssclassname string
CSS class to be removed
Description The method s10removecss() removes a CSS class that was added for the attribute with s10addcss() . If no CSS class is specified, all CSS_classes of the attribute are removed.
Components S10 Framework