git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
45 lines
2.5 KiB
XML
45 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<install type="module" version="1.0.0">
|
|
<name>Wrapper</name>
|
|
<author>Joomla! Project</author>
|
|
<creationDate>October 2004</creationDate>
|
|
<copyright>Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.</copyright>
|
|
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
|
|
<authorEmail>admin@joomla.org</authorEmail>
|
|
<authorUrl>www.joomla.org</authorUrl>
|
|
<version>1.0.0</version>
|
|
<description>This module shows an IFrame window to specified location</description>
|
|
<files>
|
|
<filename module="mod_wrapper">mod_wrapper.php</filename>
|
|
</files>
|
|
<params>
|
|
<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" />
|
|
<param name="@spacer" type="spacer" default="" label="" description="" />
|
|
<param name="url" type="text" size="30" default="" label="Url" description="URL TO SITE/FILE YOU WISH TO DISPLAY WITHIN THE IFRAME" />
|
|
<param name="@spacer" type="spacer" default="" label="" description="" />
|
|
<param name="scrolling" type="radio" default="auto" label="Scroll Bars" description="SHOW/HIDE HORIZONTAL AND VERTICAL SCROLL BARS.">
|
|
<option value="no">No</option>
|
|
<option value="yes">Yes</option>
|
|
<option value="auto">Auto</option>
|
|
</param>
|
|
<param name="width" type="text" size="5" default="100%" label="Width" description="PARAMWIDTH" />
|
|
<param name="height" type="text" size="5" default="200" label="Height" description="HEIGHT OF THE IFRAME WINDOW" />
|
|
<param name="height_auto" type="radio" default="1" label="Auto Height" description="PARAMAUTOHEIGHT">
|
|
<option value="0">No</option>
|
|
<option value="1">Yes</option>
|
|
</param>
|
|
<param name="@spacer" type="spacer" default="" label="" description="" />
|
|
<param name="add" type="radio" default="1" label="Auto Add" description="PARAMAUTOADD">
|
|
<option value="0">No</option>
|
|
<option value="1">Yes</option>
|
|
</param>
|
|
<param name="target" type="text" size="30" default="" label="Target Name" description="Name of the IFrame when used as Target" />
|
|
</params>
|
|
<params group="advanced">
|
|
<param name="cache" type="list" default="0" label="Caching" description="Select whether to cache the content of this module">
|
|
<option value="1">Use global</option>
|
|
<option value="0">No caching</option>
|
|
</param>
|
|
<param name="cache_time" type="text" default="900" label="Cache Time" description="The time before the module is recached" />
|
|
</params>
|
|
</install> |