Xbasic

*html_classname_modify Function

Syntax

C *HTML_CLASSNAME_MODIFY(C html, C prefix, C suffix , L localOnly)

Arguments

htmlCharacter

 

prefixCharacter

 

suffixCharacter

 

localOnlyLogical

 

Description

Internal Use Only. Add prefix and suffix around classnames, if localOnly defined, only classnames in the included <style> section have the suffix and prefix applied.

Limitations

Internal Use Only