16 $oCategories->getTagObjectConfig ();
17 $aCategories = $oCategories->getCategoriesList(
'ch_store', (
int)
$iProfileId,
true);
21 'form_attrs' => array(
22 'name' =>
'form_search_store',
29 'submit_name' =>
'submit_form',
40 'caption' =>
_t(
'_ch_store_form_caption_keyword'),
44 'params' => array(3,100),
45 'error' =>
_t (
'_ch_store_form_err_keyword'),
52 'type' =>
'select_box',
54 'caption' =>
_t(
'_ch_store_form_caption_category'),
55 'values' => $aCategories,
59 'error' =>
_t (
'_ch_store_form_err_category'),
67 'name' =>
'submit_form',
68 'value' =>
_t(
'_Submit'),
74 parent::__construct ($aCustomForm);