Allows authors to fix device specific issues with accessing the text content of an element.
cf2:dom.Element - enhances
This component adds the following methods to the V$.dom.Element's prototype object.
Sets the text content of the selected element.
Parameter | Description | Type |
---|---|---|
text | The text for the element. | String |
Returns the text content of the element and all its descendants.