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