Full ELMS Learning Network documentation
Search for options
- Search CLE 7 for options
- Search ECD 7 for options
- Search Media 7 for options
- Search Harmony 7 for options
- Search ICOR 7 for options
- Search Meedjum Blog 7 for options
- Search MOOC 7 for options
Name | Type | Location | Description |
---|---|---|---|
options_help | function |
modules/ |
Implements hook_help(). |
options.info | file |
modules/ |
name = Options description = Defines selection, check box and radio button widgets for text and numeric fields. package = Core version = VERSION core = 7.x dependencies[] = field files[] = options.test ; Information added by Drupal.org packaging… |
theme_options | function |
sites/ |
Theme an options element. |
options_theme | function |
modules/ |
Implements hook_theme(). |
options.module | file |
modules/ |
Defines selection, check box and radio button widgets for text and numeric fields. |
options.api.php | file |
modules/ |
Hooks provided by the Options module. |
form_get_options | function |
includes/ |
Returns the indexes of a select element's options matching a given key. |
alpha_css_options | function |
sites/ |
A helper function to return a proper options array for a form. |
_menu_get_options | function |
modules/ |
Helper function to get the items of the given menu. |
list_options_list | function |
modules/ |
Implements hook_options_list(). |
hook_options_list | function |
modules/ |
Returns the list of options to be displayed for a field. |
alpha_grid_options | function |
sites/ |
A helper function to return a proper options array for a form. |
alpha_zone_options | function |
sites/ |
A helper function to return a proper options array for a form. |
font_style_options | function |
sites/ |
Reusable style options. |
tipsy_options_form | function |
sites/ |
Implementation of form function for the tooltip options |
theme_options_none | function |
modules/ |
Returns HTML for the label for the empty value for options that are not required. |
alpha_scale_options | function |
sites/ |
A helper function to return a proper options array for a form. |
form_options_expand | function |
sites/ |
Expand the "options" form element type. |
menu_parent_options | function |
modules/ |
Return a list of menu items that are valid possible parents for the given menu item. |
form_select_options | function |
includes/ |
Converts a select form element's options array into HTML. |
_seckit_get_options | function |
sites/ |
Sets default options. |
options_element.inc | file |
sites/ |
All logic for options_element form elements. |
options_element.css | file |
sites/ |
div.options-widget .draggable a.tabledrag-handle { padding-right: .3em /* RTL */ } div.form-options div.options { margin-bottom: 0; } div.options-widget a.add span, div.options-widget a.remove span { display: none; } div.options-widget… |
_options_properties | function |
modules/ |
Describes the preparation steps required by each widget. |
image_style_options | function |
modules/ |
Gets an array of image styles suitable for using as select list options. |
boxes_box::$options | property |
sites/ |
|
_form_options_expand | function |
sites/ |
Logic function for form_options_expand(). Do not call directly. |
_form_options_search | function |
sites/ |
Recursive function for finding default value keys. Matches on keys or values. |
alpha_column_options | function |
sites/ |
A helper function to return a proper options array for a form. |
form_options_to_text | function |
sites/ |
Create a textual representation of options from an array. |
alpha_region_options | function |
sites/ |
A helper function to return a proper options array for a form. |
form_options_flatten | function |
includes/ |
Allows PHP array processing of multiple select options with the same value. |
options_element.info | file |
sites/ |
name = Options element description = A custom form element for entering the options in select lists, radios, or checkboxes. core = 7.x package = User interface ; Information added by Drupal.org packaging script on 2014-04-17 version =… |
_options_get_options | function |
modules/ |
Collects the options for a field. |
imce_profile_options | function |
sites/ |
Profile options. |
Query::$queryOptions | property |
includes/ |
The query options to pass on to the connection object. |
_form_options_to_text | function |
sites/ |
Logic function for form_options_to_text(). Do not call directly. |
alpha_exclude_options | function |
sites/ |
A helper function to return a proper options array for a form. |
options_element_theme | function |
sites/ |
Implementation of hook_theme(). |
alpha_library_options | function |
sites/ |
A helper function to return a proper options array for a form. |
form_options_validate | function |
sites/ |
Validate the "options" form element type. |
_form_options_flatten | function |
includes/ |
Iterates over an array and returns a flat array with duplicate keys removed. |
views_object::options | function |
sites/ |
Set default options on this object. Called by the constructor in a complex chain to deal with backward compatibility. |
taxonomy_options_list | function |
modules/ |
Implements hook_options_list(). |
options_array_flatten | function |
modules/ |
Flattens an array of allowed values. |
_form_options_validate | function |
sites/ |
Logic function for form_options_validate(). Do not call directly. |
form_options_from_text | function |
sites/ |
Create an array representation of text option values. |
menu_parent_options_js | function |
modules/ |
Page callback. Get all the available menus and menu items as a JavaScript array. |
options_element.module | file |
sites/ |
Defines an "options" form element type for entering select list options. |
views_display::options | function |
sites/ |