[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/help/ -> mambots.mosloadposition.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 - Load Positions</title>
   5  <link href="css/help.css" rel="stylesheet" type="text/css" />
   6  </head>
   7  <body><strong class="title">Mambot: Load Module
   8        Positions</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 loads module positions
  13                 within the content area of a Content Item. This means you may
  14                 load any module assigned to this position at this specific place
  15                 in a Content Item without defining the position in the Template
  16                 file.</td>
  17       </tr>
  18       <tr>
  19            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  20            <td valign="top" class="data"><code>{mosloadposition user1}</code>
  21                 <ul>
  22                      <li>where &#39;user1&#39; is one of the positions defined for your site
  23                      through Site-&gt;Templates-&gt;Modules Positions</li>
  24            </ul></td>
  25       </tr>
  26       <tr>
  27            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default
  28                 State </td>
  29            <td valign="top" class="data">Published</td>
  30       </tr>
  31       <tr>
  32            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  33            <td valign="top" class="data">Lets you choose a style of HTML code
  34                      to insert the module:
  35                 <ul >
  36                      <li>Wrapped by Table - Column</li>
  37                      <li>Wrapped by Table - Horizontal</li>
  38                      <li>Wrapped by Divs</li>
  39                      <li>No wrapping, raw output</li>
  40            </ul></td>
  41       </tr> <tr>
  42            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  43            <td valign="top" class="data"><ul>
  44                 <li><strong>Save:</strong> Save your changes. </li>
  45                 <li><strong>Apply:</strong> Apply your changes to the site without
  46                      saving. </li>
  47                 <li><strong>Close:</strong> Cancel the present operation without
  48                      saving.</li>
  49            </ul></td>
  50       </tr>
  51  </table>
  52  </body></html>