Méthode | Description | |
---|---|---|
HTMLVariableSetter ( |
HTMLVariableSetter constructor
|
|
ScriptInvocatorSetAttribut ( string element, string attribut, string value ) : void |
Set top level attribut to value
|
|
ScriptInvocatorSetStyle ( string element, string attribut, string value ) : void |
Set style attribut to value
|
|
ScriptInvocatorSetText ( string element, string value ) : void |
Add text in the selected element and escape '\n' by 'br' tag and ''' by '\\''
|
public HTMLVariableSetter ( |
||
webview | The webview where you display your HTML | |
Résultat | System |
public ScriptInvocatorSetAttribut ( string element, string attribut, string value ) : void | ||
element | string | An HTML element's name |
attribut | string | Attribut's name of the specified element |
value | string | New value for the attribut |
Résultat | void |
public ScriptInvocatorSetStyle ( string element, string attribut, string value ) : void | ||
element | string | An HTML element's name |
attribut | string | Name of the attribut to modify in the style attribut |
value | string | New value for the attribut |
Résultat | void |
public ScriptInvocatorSetText ( string element, string value ) : void | ||
element | string | An HTML element's name |
value | string | Value to set on the object (old setted value will be erase) |
Résultat | void |