[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/modules/ -> mod_wrapper.xml (source)

   1  <?xml version="1.0" encoding="iso-8859-1"?>
   2  <mosinstall type="module" version="4.5.2">
   3      <name>Wrapper Module</name>
   4      <author>Mambo Foundation</author>
   5      <creationDate>October 2004</creationDate>
   6      <copyright>copyright (C) 2000 - 2007 Mambo Foundation Inc.</copyright>
   7      <license>http://www.opensource.org/licenses/gpl-license.php GNU/GPL v.2</license>
   8      <authorEmail>core@mambo-foundation.org</authorEmail>
   9      <authorUrl>mambo-foundation.org</authorUrl>
  10      <version>4.6.x.7</version>
  11      <description>This module shows an IFrame window to specified location</description>
  12      <files>
  13          <filename module="mod_wrapper">mod_wrapper.php</filename>
  14      </files>
  15      <params>
  16          <param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
  17          <param name="@spacer" type="spacer" default="" label="" description="" />
  18          <param name="url" type="text" size="30" default="" label="Url" description="Url to site/file you wish to display within the Iframe" />
  19          <param name="@spacer" type="spacer" default="" label="" description="" />
  20          <param name="scrolling" type="radio" default="auto" label="Scroll Bars" description="Show/Hide Horizontal & Vertical scroll bars.">
  21              <option value="no">No</option>
  22              <option value="yes">Yes</option>
  23              <option value="auto">Auto</option>
  24          </param>
  25          <param name="width" type="text" size="5" default="100%" label="Width" description="Width of the IFrame Window, you can enter an absolute figure in pixels, or a relative figure by adding a %" />
  26          <param name="height" type="text" size="5" default="200" label="Height" description="Height of the IFrame Window" />
  27          <param name="height_auto" type="radio" default="1" label="Auto Height" description="The height will automatically be set to the size of the external page. This will only work for pages on your own domain.">
  28              <option value="0">No</option>
  29              <option value="1">Yes</option>
  30          </param>
  31          <param name="@spacer" type="spacer" default="" label="" description="" />
  32          <param name="add" type="radio" default="1" label="Auto Add" description="By default http:// will be added unless it detects http:// or https:// in the url link you provide, this allow you to switch this ability off">
  33              <option value="0">No</option>
  34              <option value="1">Yes</option>
  35          </param>
  36      </params>
  37  </mosinstall>