HTML API
deleteCaption
Removes the caption element element from a given <table>
. If there is no <caption>
element associated with the table, this method does nothing.
Throws an exception when the application cannot find a match for the table element or the innerHTML is different. See HTML live edit for further information.
tilepieces.core.htmlMatch.deleteCaption(tableEl);
Parameters
- tableEl
- A table element
Return Value
None.