gallery-querybuilder Module
Widget which allows user to build a list of query criteria, e.g., for searching. All the conditions are either AND'ed or OR'ed. For a more general query builder, see gallery-exprbuilder.
This module provides the following classes:
This module is a rollup of the following modules:
-
gallery-querybuilder-daterange
Plugin for accepting date/time range. The
valueargument passed toQueryBuilder.appendNew()must be an array with two elements:[ start_date, end_date ].var_configacceptsshow_time,start_config,end_config. The configs must define objects:Calendar,InputCalendarSync,DateTime,date_InputPopup,time_InputPopup.op_listmust be an array:[ greater_than, less_than ]. -
gallery-querybuilder-multiselect-input
Plugin for accepting multiple strings from a specified list. In the
var_listconfiguration, specifyvalue_listas a list of strings. If there is more than one operator specified for this plugin, then they are displayed on a menu. Thevalueargument passed toQueryBuilder.appendNew()must be an array with two elements:[ operator_name, value_list ], wherevalue_listis an array of strings. If you specifyautocomplete.containerClassNamein thevar_listconfiguration, this CSS class will be added to the container generated by the autocomplete plugin.
