[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/help/ -> modules.admin.new.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>Admin Module - New</title>
   5  <link href="css/help.css" rel="stylesheet" type="text/css" />
   6  </head>
   7  <body><strong class="title">Admin Module: New</strong>
   8  <table width="100%"  border="1" cellspacing="0" cellpadding="3">
   9       <tr>
  10            <td width="16%" align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Purpose:</td>
  11            <td width="84%" valign="top" class="data"><p>The <strong>New</strong> administrator module enables you to write your own modules for your Mambo Administration Site. This is useful if you would like to output custom content as to your preference for administering a Mambo site. This is accessible by clicking the 'New' icon on your toolbar in the <strong>Administration Module Manager</strong>.</p>
  12                 <strong>Details </strong>&nbsp;
  13                 <ul>
  14                      <li><strong>Title</strong>: The title of the module.</li>
  15                      <li><strong>Show Title</strong>: &quot;N/A&quot; - this cannot
  16                           be changed. </li>
  17                      <li><strong>Position</strong>: Assign the Module to a position
  18                           on the template.</li>
  19                      <li><strong>Module order</strong>: The order the module will
  20                           appear among modules assigned to the same page, in the
  21                           same position.</li>
  22                      <li><strong>Access Level</strong>: &quot;Administrator&quot; -
  23                           this cannot be changed. </li>
  24                      <li><strong>Published</strong>: Show/Hide the Module.</li>
  25                      <li><strong>ID</strong>: This is the ID number for the module
  26                           item. This is auto-allocated by the Mambo system when
  27                           the module is saved.</li>
  28                      <li><strong>Description:</strong> A short description of
  29                           the functions provided by the Module Type</li>
  30                      <li><strong>Pages / Items</strong>: Sets on which pages the
  31                           Module will appear.</li>
  32                 </ul></td>
  33       </tr>
  34       <tr>
  35            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  36            <td valign="top" class="data">n/a</td>
  37       </tr>
  38       <tr>
  39            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  40            <td valign="top" class="data">Published</td>
  41       </tr>
  42       <tr>
  43            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  44            <td valign="top" class="data"><ul>
  45                 <li><strong>open</strong></li>
  46                 </ul></td>
  47       </tr>    <tr>
  48            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  49            <td valign="top" class="data"><ul>
  50                 <li><strong>Preview</strong>: Preview Module. NOTE: You can only
  51                      Preview typed modules. </li>
  52                 <li><strong>Save</strong>: Save changes and return to Module Manager. </li>
  53                 <li><strong>Apply</strong>: Apply changes without exiting the
  54                      page. </li>
  55                 <li><strong>Close</strong>: Cancel without saving your changes
  56                      and return to Module Manager. </li>
  57            </ul></td>
  58       </tr>
  59  </table>
  60  
  61  </body></html>