[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/help/ -> mambots.moscode.html (source)

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   2  <html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
   3  <head>
   4  <title>Mambot - Code Support</title>
   5  <link href="css/help.css" rel="stylesheet" type="text/css" />
   6  </head>
   7  <body><strong class="title">Mambot: Code
   8  Support</strong>
   9  <table width="100%"  border="1" cellspacing="0" cellpadding="3">
  10       <tr>
  11            <td width="16%" align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Purpose:</td>
  12            <td width="84%" valign="top" class="data">This displays formatted code
  13            in Content Items. The code will appear in
  14                 the Courier font face and with no syntax highlighting.</td>
  15       </tr>
  16       <tr>
  17            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  18            <td valign="top" class="data"><code>{ moscode }... { /moscode }</code> <br />
  19  Example: <code>{ moscode }&lt;body onload=&quot;winManage(850,700,true);&quot;&gt;&lt;a
  20  name=&quot;top&quot;&gt;&lt;/a&gt;&lt;div&gt;&lt;div id=&quot;wrapper&quot;&gt;&lt;/div&gt;&lt;/div&gt;{
  21  /moscode }</code><br />
  22  NOTE:&nbsp; The tag described above should have no space after&nbsp; &quot;{&quot; and
  23  before &quot;}&quot;. It has been displayed with spaces here not to implement
  24  the function in this screen.</td>
  25       </tr>
  26       <tr>
  27            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  28            <td valign="top" class="data">Unpublished.</td>
  29       </tr>
  30       <tr>
  31            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  32            <td valign="top" class="data">n/a</td>
  33       </tr> <tr>
  34            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  35            <td valign="top" class="data"><ul>
  36                 <li><strong>Save:</strong> Save your changes. </li>
  37                 <li><strong>Apply:</strong> Apply your changes to the site without
  38                      saving. </li>
  39                 <li><strong>Close:</strong> Cancel the present operation without
  40                      saving.</li>
  41            </ul></td>
  42       </tr>
  43  </table>
  44  </body></html>