TIWCGJQHTMLEditorOptions.jsSetContent(string,Boolean,Boolean) Method
Returns JavaSript code to SetContent
public function jsSetContent(const Value: string; AJSVar: Boolean = False; const AAddSemicolon: Boolean = True): string;
Parameters
- Value
- Type: string
- AJSVar
- Type: Boolean
- AAddSemicolon
- Type: Boolean
Default: True - Add the semicolon at end of javascript code.
Tip
Set to False, when you use it in BrowserParams.
Return Value
Type: string