function sarnia_element_add_combobox in Sarnia 7
6 calls to sarnia_element_add_combobox()
- SarniaViewsHandlerArgument::options_form in handlers/
handler_argument.inc - Build the options form.
- SarniaViewsHandlerArgumentId::options_form in handlers/
handler_argument_id.inc - Add a field to the options form to select a solr property to use as the name of the argument.
- SarniaViewsHandlerField::options_form in handlers/
handler_field.inc - Build the handler configuration form.
- SarniaViewsHandlerFilter::operator_form in handlers/
handler_filter.inc - Options form subform for setting the operator.
- SarniaViewsHandlerSort::options_form in handlers/
handler_sort.inc - Basic options for all sort criteria
File
- ./
sarnia.module, line 924
Code
function sarnia_element_add_combobox(&$element) {
$element['#attributes']['class'][] = 'combobox';
}