|
|
|
|
CodeCSS (Property) In french: CodeCSS
The CodeCSS property is used to read and change the CSS code associated with a Web Component control.
Trace(CMP_MyWebComponent.CodeCSS)
Syntax
Finding out the CSS code associated with the Web Component control Hide the details
<Result> = <Web Component control>.CodeCSS
<Result>: Character string CSS code associated with the Web Component control. This CSS code will be written into the page. <Web Component control>: Control name Name of the Web Component control to be used.
Modifying the CSS code associated with the Web Component control Hide the details
<Web Component control>.CodeCSS = <CSS Code>
<Web Component control>: Control name Name of the Web Component control to be used. <CSS Code>: Character string New CSS code associated with the control.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|