Function | Returns the current CSS classes of an attribute | |||||||||
Example |
mycss = s10readcss( "kunnr" ). |
|||||||||
Format |
data: myattrname type string, mycss type string. mycss = s10readcss( myattrname ). |
|||||||||
Parameters |
|
|||||||||
Description | The method s10readcss() returns the CSS classes that were added for the attribute with s10addcss(). The class names are each separated by a space in the returned string. | |||||||||
Components | S10 Framework |