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