[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/help/ -> mambots.mospaging.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 - Pagination</title>
   5  <link href="css/help.css" rel="stylesheet" type="text/css" />
   6  </head>
   7  <body><strong class="title">Mambot: MOS
   8  Pagination</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 provides the button
  13                 to insert the { mospagebreak }&nbsp; tag into content edit box.
  14                 This will&nbsp;add a Table of Contents functionality to a paginated
  15            item.</td>
  16       </tr>
  17       <tr>
  18            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  19            <td valign="top" class="data"><code>{ mospagebreak }</code> or<br />
  20                 <code>{ mospagebreak title=The page title }</code> or <br />
  21                 <code>{ mospagebreak heading=The first page }</code> or <br />
  22                 <code>{ mospagebreak title=The page title&amp;heading=The first
  23                 page }</code> or <br />
  24                 <code>{ mospagebreak heading=The first page&amp;title=The page
  25                 title }</code><br />
  26  NOTE: The tags described above should have no space after&nbsp; &quot;{&quot; and
  27  before &quot;}&quot;. They have been displayed with spaces here not to implement
  28  the function in this screen.</td>
  29       </tr>
  30       <tr>
  31            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  32            <td valign="top" class="data">Published</td>
  33       </tr>
  34       <tr>
  35            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  36            <td valign="top" class="data">The &#39;contenttoc&#39; CSS class is
  37            used to control the display this Table of Contents.</td>
  38       </tr> <tr>
  39            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  40            <td valign="top" class="data"><ul><li><strong>Save:</strong> Save your changes. </li>
  41  
  42  <li><strong>Apply:</strong> Apply your changes to the site without saving. </li>
  43  
  44  <li><strong>Close:</strong> Cancel the present operation without saving.</li></ul></td>
  45       </tr>
  46  </table>
  47  </body></html>