it seems that the max columns on the basic search form is 3 we need 5 columns.
So I added templateMeta to override, but it does not work. Is this the correct means to override the number of columns?
PHP Code:$searchdefs ['Contacts'] =
array (
'templateMeta' => array('maxColumns' => '5',
'widths' => array('label' => '10', 'field' => '30')),
'layout' =>
array (
'basic_search' =>
array (


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks