[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/help/ -> modules.poll.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>Site Module - Poll</title>
   5  <link href="css/help.css" rel="stylesheet" type="text/css" />
   6  </head>
   7  <body><strong class="title">Module: Polls</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>Polls</strong> module
  12                      compliments the Polls component. It is used to display the configured
  13                      polls. The module differs from other modules in as much as the
  14                      Component supports linking between Menu Items and Polls. This
  15                      means that the module shows only those Polls which are configured
  16            for a certain Menu Item.</p>
  17                 <strong>Details </strong>&nbsp;
  18                 <ul>
  19                      <li><strong>Title</strong>: Title of the module to display
  20                           on the page.</li>
  21                      <li><strong>Show Title</strong>: Show/Hide the Title (above) of
  22                           the Module on the page. </li>
  23                      <li><strong>Position</strong>: Assign the Module to a position
  24                           on the template.</li>
  25                      <li><strong>Module order</strong>: The order the module will
  26                           appear among modules assigned to the same page, in the
  27                           same position.</li>
  28                      <li><strong>Access Level</strong>: Determines who (which
  29                           class of user) can view the Module.</li>
  30                      <li><strong>Published</strong>: Show/Hide the Module.</li>
  31                      <li><strong>ID</strong>: This is the ID number for the module
  32                           item. This is auto-allocated by the Mambo system when
  33                           the module is saved.</li>
  34                      <li><strong>Description:</strong> A short description of
  35                           the functions provided by the Module Type</li>
  36                      <li><strong>Pages / Items</strong>: Sets on which pages the
  37                           Module will appear.</li>
  38            </ul></td>
  39       </tr>
  40       <tr>
  41            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  42            <td valign="top" class="data">n/a</td>
  43       </tr>
  44       <tr>
  45            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  46            <td valign="top" class="data">Published</td>
  47       </tr>
  48       <tr>
  49            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  50            <td valign="top" class="data"><ul>
  51                 <li><strong>Enable Cache</strong>: Select to cache or not the
  52                      content of this module.&nbsp;<strong>Module Class Suffix</strong>:
  53                      A suffix to be applied to the CSS class of the module (table.moduletable)
  54                      to allow individual module styling.</li>
  55                 </ul></td>
  56       </tr>    <tr>
  57            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  58            <td valign="top" class="data"><ul>
  59                 <li><strong>Preview</strong>: Preview Module. NOTE: You can only
  60                      Preview typed modules. </li>
  61                 <li><strong>Save</strong>: Save changes and return to Module Manager. </li>
  62                 <li><strong>Apply</strong>: Apply changes without exiting the
  63                      page. </li>
  64                 <li><strong>Close</strong>: Cancel without saving your changes
  65                      and return to Module Manager. </li>
  66            </ul></td>
  67       </tr>
  68  </table>
  69  </body></html>