[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/help/ -> menumanager.edit.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>Menu - Edit</title>
   5  <link href="css/help.css" rel="stylesheet" type="text/css" />
   6  </head>
   7  <body><strong class="title">Menu Manager:
   8  Edit Menu</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"><p>This page
  13                      lets you edit an existing
  14                      menu.</p>
  15                 <strong>Details </strong>
  16                 <ul>
  17                      <li><strong>Menu Name</strong>:&nbsp; Type here to create
  18                           or edit a Menu Name. This is the identification name
  19                           used by Mambo to identify this menu within the code
  20                           so&nbsp;it must be
  21                           unique.&nbsp; It is recommended to use no space within
  22                           this name. For example, in the core Mambo the User Menus
  23                           Menu Name is usermenu and the Main Menus Menu Name is
  24                      mainmenu. </li>
  25                      <li><span style=
  26  "FONT-WEIGHT: bold">Module Title</span><span style=
  27  "">: Type here a Module Name.This is the name given
  28                                to the new mod_mainmenu module which is automatically
  29                                created when you save this menu. It is also the
  30                                Name of the menu as it will appear on the page
  31                                if you choose to show it (this may be changed when
  32                                editing the module). In the example described above
  33                      these are User Menu and Main Menu.</span></li>
  34            </ul></td>
  35       </tr>
  36       <tr>
  37            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  38            <td valign="top" class="data">n/a</td>
  39       </tr>
  40       <tr>
  41            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  42            <td valign="top" class="data">n/a</td>
  43       </tr>
  44       <tr>
  45            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  46            <td valign="top" class="data"><p>n/a</p></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>Save</strong>:&nbsp; A new mod_mainmenu module, with
  51                                the Name you have entered above will automatically be created.Parameters
  52                                for the module created are to be edited through the &#39;Modules
  53                      Manager [site]&#39;: Modules -&gt; Site Modules.</li>
  54                 <li><strong>Cancel</strong>: Click
  55                           on this icon if you wish to stop any action.</li>
  56            </ul></td>
  57       </tr>
  58  </table>
  59  
  60  
  61  
  62  </body></html>