21288 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 189 Views |
-
CMS - dataojbect seach - defining dropdown

22 September 2011 at 8:43pm
Hello.
in the CMS, i'm trying to define searchable field for my dataobject:static $searchable_fields = array(
'ID','firstName','lastName',
'Status' => array(
'title' => 'Status..',
'field' => 'DropdownField',
'filter' => 'ExactMatchfilter')
);however, i want some preset options in my drop down box - such as 'paid' 'cancelled' 'shipped' etc..
any ideas?cheers
| 189 Views | ||
|
Page:
1
|
Go to Top |

