[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/help/ -> modules.wrapper.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 - Wrapper</title>
   5  <link href="css/help.css" rel="stylesheet" type="text/css" />
   6  </head>
   7  <body><strong class="title">Module: Wrapper</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>Wrapper Module</strong> wraps an external Web page into your site. The external Web page is inserted as an &#39;inline frame&#39; (also called an Iframe) into your template. This is not only useful to display other people&#39;s sites but also to include in your site pure dhtml pages you would have created with a specialized Web Editor, because they would be difficult/impossible to create through available Mambo editors. It also allows you to integrate independent applications and scripts (galleries, directories,..) into your Mambo site content.</p>
  12                 <strong>Details </strong>&nbsp; <ul>
  13                      <li><strong>Title</strong>: Title of the module to display
  14                           on the page.</li>
  15                      <li><strong>Show Title</strong>: Show/Hide the Title (above) of
  16                           the Module on the page. </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>: Determines who (which
  23                           class of user) can view the Module.</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">Unpublished</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>Module Class Suffix</strong>:&nbsp; Type, if needed, the suffix to be applied to the CSS class of the module (table.moduletable) to allow individual module styling.</li>
  46                 <li><strong>URL</strong>: Enter the URL for the site/file you wish to display within the IFrame.</li>
  47                 <li><strong>Scroll Bars</strong>: Choose whether horizontal and vertical scroll bars are added to your page. &#39;No&#39; means scroll bars are never shown even when content extends beyond the inline frame, &#39;Yes&#39; means scroll bars are always used even when content does not extend beyond the inline frame, and &#39;Auto&#39; means scrolls bars are shown only when necessary.</li>
  48                 <li><strong>Width</strong>: Type in a value for the width of the Iframe window, either in pixels or in percentage. Percentage is relative to the html element where the &lt;?php include_once(&quot;mainbody.php&quot;); ?&gt; tag is placed in the template.</li>
  49                 <li><strong>Height</strong>: Type in a value for the height of the Iframe window, either in pixels or in percentage (see above).</li>
  50                 <li><strong>Auto Height</strong>:&nbsp; Choose &quot;Yes&quot; if you desire the height of the Wrapper page to be set to the size of the external Web page.&nbsp;&nbsp; Choose &quot;No&quot; if you do not.</li>
  51                 <li><strong>Auto Add</strong>: Choose &quot;Yes&quot;&nbsp; if you wish&nbsp; &#39;http://&#39; is added automatically to the URL that you type in the Wrapper Link field in the Details tab.&nbsp; If you already have typed in the &quot;http://&quot;&nbsp; in the&nbsp; link field then Mambo will recognize this and not put a second &quot;http:&quot; in the link field.&nbsp; If set to &#39;No,&#39; then you must type &#39;http://&#39; or &#39;https://&#39; at the beginning of the URL in the URL field, or else the link in the URL field will be treated as a link relative to the URL of your site.</li>
  52            </ul></td>
  53       </tr>
  54       <tr>
  55            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  56            <td valign="top" class="data"><ul>
  57                 <li><strong>Preview</strong>: Preview Module. NOTE: You can only
  58                      Preview typed modules. </li>
  59                 <li><strong>Save</strong>: Save changes and return to Module Manager. </li>
  60                 <li><strong>Apply</strong>: Apply changes without exiting the
  61                      page. </li>
  62                 <li><strong>Close</strong>: Cancel without saving your changes
  63                      and return to Module Manager. </li>
  64            </ul></td>
  65       </tr></table>
  66  
  67  </body></html>