Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Espaces de nommage | |
namespace | Joomla\Site |
Variables | |
$lang = JFactory::getLanguage() | |
if($params->get('opensearch', 1)) | $upper_limit = $lang->getUpperLimitSearchWord() |
$button = $params->get('button', '') | |
$imagebutton = $params->get('imagebutton', '') | |
$button_pos = $params->get('button_pos', 'left') | |
$button_text = htmlspecialchars($params->get('button_text', JText::_('MOD_SEARCH_SEARCHBUTTON_TEXT'))) | |
$width = intval($params->get('width', 20)) | |
$maxlength = $upper_limit | |
$text = htmlspecialchars($params->get('text', JText::_('MOD_SEARCH_SEARCHBOX_TEXT'))) | |
$label = htmlspecialchars($params->get('label', JText::_('MOD_SEARCH_LABEL_TEXT'))) | |
$set_Itemid = intval($params->get('set_itemid', 0)) | |
$moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx')) | |
if($imagebutton) | $mitemid = $set_Itemid > 0 ? $set_Itemid : JRequest::getInt('Itemid') |
$button = $params->get('button', '') |
$button_pos = $params->get('button_pos', 'left') |
$button_text = htmlspecialchars($params->get('button_text', JText::_('MOD_SEARCH_SEARCHBUTTON_TEXT'))) |
Référencé par modSearchHelper\getSearchImage().
$imagebutton = $params->get('imagebutton', '') |
$label = htmlspecialchars($params->get('label', JText::_('MOD_SEARCH_LABEL_TEXT'))) |
$lang = JFactory::getLanguage() |
$maxlength = $upper_limit |
if ($imagebutton) $mitemid = $set_Itemid > 0 ? $set_Itemid : JRequest::getInt('Itemid') |
$moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx')) |
$set_Itemid = intval($params->get('set_itemid', 0)) |
if ($params->get('opensearch', 1)) $upper_limit = $lang->getUpperLimitSearchWord() |