[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/modules/mod_wrapper/ -> mod_wrapper.xml (source)

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <install type="module" version="1.0.0">
   3      <name>Wrapper</name>
   4      <author>Joomla! Project</author>
   5      <creationDate>October 2004</creationDate>
   6      <copyright>Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.</copyright>
   7      <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
   8      <authorEmail>admin@joomla.org</authorEmail>
   9      <authorUrl>www.joomla.org</authorUrl>
  10      <version>1.0.0</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="PARAMMODULECLASSSUFFIX" />
  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 AND 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="PARAMWIDTH" />
  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="PARAMAUTOHEIGHT">
  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="PARAMAUTOADD">
  33              <option value="0">No</option>
  34              <option value="1">Yes</option>
  35          </param>
  36          <param name="target" type="text" size="30" default="" label="Target Name" description="Name of the IFrame when used as Target" />
  37      </params>
  38      <params group="advanced">
  39          <param name="cache" type="list" default="0" label="Caching" description="Select whether to cache the content of this module">
  40              <option value="1">Use global</option>
  41              <option value="0">No caching</option>
  42          </param>
  43          <param name="cache_time" type="text" default="900" label="Cache Time" description="The time before the module is recached" />
  44      </params>
  45  </install>


Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1