0byt3m1n1
Path:
/
data
/
applications
/
aps
/
mambo
/
4.6.5-1
/
standard
/
htdocs
/
help
/
[
Home
]
File: mambots.moscode.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US"> <head> <title>Mambot - Code Support</title> <link href="css/help.css" rel="stylesheet" type="text/css" /> </head> <body><strong class="title">Mambot: Code Support</strong> <table width="100%" border="1" cellspacing="0" cellpadding="3"> <tr> <td width="16%" align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Purpose:</td> <td width="84%" valign="top" class="data">This displays formatted code in Content Items. The code will appear in the Courier font face and with no syntax highlighting.</td> </tr> <tr> <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td> <td valign="top" class="data"><code>{ moscode }... { /moscode }</code> <br /> Example: <code>{ moscode }<body onload="winManage(850,700,true);"><a name="top"></a><div><div id="wrapper"></div></div>{ /moscode }</code><br /> NOTE: The tag described above should have no space after "{" and before "}". It has been displayed with spaces here not to implement the function in this screen.</td> </tr> <tr> <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td> <td valign="top" class="data">Unpublished.</td> </tr> <tr> <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td> <td valign="top" class="data">n/a</td> </tr> <tr> <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td> <td valign="top" class="data"><ul> <li><strong>Save:</strong> Save your changes. </li> <li><strong>Apply:</strong> Apply your changes to the site without saving. </li> <li><strong>Close:</strong> Cancel the present operation without saving.</li> </ul></td> </tr> </table> </body></html>