Annotation of /mambo/branches/4.5.3h/modules/mod_wrapper.xml
Parent Directory
|
Revision Log
Revision 1 -
(view)
(download)
(as text)
Original Path: mambo/trunk/modules/mod_wrapper.xml
| 1 : | root | 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 Project</author> | ||
| 5 : | <creationDate>October 2004</creationDate> | ||
| 6 : | <copyright>(C) 2000 - 2005 Miro International Pty Ltd</copyright> | ||
| 7 : | <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license> | ||
| 8 : | <authorEmail>admin@mamboserver.com</authorEmail> | ||
| 9 : | <authorUrl>www.mamboserver.com</authorUrl> | ||
| 10 : | <version>4.5.2</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> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

