| Prev | Next | HTML Verbs > html.getOutlineHTML |
html.getOutlineHTML
| Syntax |
html.getOutlineHTML (addr, indentstring, outdentstring, linestartstring, lineendstring, pretty)
|
| Params |
addr is the address of an outline that will be converted to HTML indentstring is a string outdentstring is a string linestartstring is a string that should precede each line in the HTML output lineendstring is a string that should follow each line in the HTML output pretty is an optional boolean indicating whether the HTMl should be nicely indented
|
| Action |
Returns an HTML version of the specified outline.
|
| Returns |
An HTML version of the specified outline
|
| Examples |
To convert an outline into a standard HTML list: html.getOutlineHTML (@websites.samples.testRenderer, "<UL>", "</UL>", "<LI>", "</LI>") |
| Notes |
This verb is implemented as a script.
|
| Prev | Next | HTML Verbs > html.getOutlineHTML |