| Syntax |
renderObject (adr)
|
| Params |
adr is the address of an object to render and include in the current web page.
|
| Action |
Renders the object and includes it in the current web page.
|
| Returns |
The HTML string.
|
| Examples |
renderObject (@websites.samples.randomStuff)
» renderObjectgreen"><b>Not a problem!</b></font>rrYou can ..."
|
| Notes |
This macro is stored at html.data.standardMacros.renderObject.
|
| See Also |
include
|