| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?xml version="1.0" encoding="utf-8"?> 2 <install type="module" version="1.0.0"> 3 <name>Search</name> 4 <author>Joomla! Project</author> 5 <creationDate>July 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 will display a search box</description> 12 <files> 13 <filename module="mod_search">mod_search.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="width" type="text" default="20" label="Box Width" description="Size of the search text box in characters" /> 19 <param name="text" type="text" default="" label="Text" description="PARAMTEXT" /> 20 <param name="@spacer" type="spacer" default="" label="" description="" /> 21 <param name="button" type="radio" default="" label="Search Button" description="Display a Search Button"> 22 <option value="">No</option> 23 <option value="1">Yes</option> 24 </param> 25 <param name="button_pos" type="list" default="right" label="Button Position" description="Position of the button relative to the search box"> 26 <option value="right">Right</option> 27 <option value="left">Left</option> 28 <option value="top">Top</option> 29 <option value="bottom">Bottom</option> 30 </param> 31 <param name="imagebutton" type="radio" default="" label="Search button as image" description="Use an image as button"> 32 <option value="">No</option> 33 <option value="1">Yes</option> 34 </param> 35 <param name="button_text" type="text" default="" label="Button Text" description="PARAMBUTTONTEXT" /> 36 <param name="@spacer" type="spacer" default="" label="" description="" /> 37 <param name="set_itemid" type="text" default="" label="Set Itemid" description="PARAMSETITEMID" /> 38 </params> 39 <params group="advanced"> 40 <param name="cache" type="list" default="1" label="Caching" description="Select whether to cache the content of this module"> 41 <option value="1">Use global</option> 42 <option value="0">No caching</option> 43 </param> 44 <param name="cache_time" type="text" default="900" label="Cache Time" description="The time before the module is recached" /> 45 </params> 46 </install>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |