RasterControl.setInnerHTML( innerHTML )
Set the content of this control as a HTML string.Parameters
| Name | Type | Description | |
|---|---|---|---|
| innerHTML | string | The HTML text |
Returns
| Type | Description |
|---|---|
| object | The control object. This allow for chaining multiple setter methods in one single statement. |