[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/modules/ -> mod_search.xml (source)

   1  <?xml version="1.0" encoding="iso-8859-1"?>
   2  <mosinstall type="module" version="4.5.2">
   3      <name>Search Module</name>
   4      <author>Mambo Foundation</author>
   5      <creationDate>July 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 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="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="cache" type="radio" default="0" label="Enable Cache" description="Select whether to cache the content of this module">
  19              <option value="0">No</option>
  20              <option value="1">Yes</option>
  21          </param>
  22          <param name="@spacer" type="spacer" default="" label="" description="" />
  23          <param name="width" type="text" default="20" label="Box Width" description="Size of the search text box" />
  24          <param name="text" type="text" default="" label="Text" description="The text that appears in the search text box, if left blank it will load _SEARCH_BOX from your language file" />
  25          <param name="@spacer" type="spacer" default="" label="" description="" />
  26          <param name="button" type="radio" default="" label="Search Button" description="Display a Search Button">
  27              <option value="">No</option>
  28              <option value="1">Yes</option>
  29          </param>
  30          <param name="button_pos" type="list" default="right" label="Button Position" description="Position of the button relative to the search box">
  31              <option value="right">Right</option>
  32              <option value="left">Left</option>
  33              <option value="top">Top</option>
  34              <option value="bottom">Bottom</option>
  35          </param>
  36          <param name="button_text" type="text" default="" label="Button Text" description="The text that appears in the search button, if left blank it will load _SEARCH_TITLE from your language file" />
  37      </params>
  38  </mosinstall>