GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
|
Public Member Functions | |
field_dropdown ( $args=array()) | |
Renders an HTML Dropdown of all the fields in a form. More... | |
form_dropdown ( $args=array()) | |
Renders an HTML Dropdown of all the Products (Downloads) More... | |
select ( $args=array()) | |
Renders an HTML Dropdown. More... | |
Definition at line 16 of file class-gravityview-html-elements.php.
field_dropdown | ( | $args = array() | ) |
Renders an HTML Dropdown of all the fields in a form.
array | $args | Arguments for the dropdown |
Definition at line 68 of file class-gravityview-html-elements.php.
References $args, $field, $field_id, $output, GVCommon\get_sortable_fields_array(), and select().
form_dropdown | ( | $args = array() | ) |
Renders an HTML Dropdown of all the Products (Downloads)
array | $args | Arguments for the dropdown |
Definition at line 26 of file class-gravityview-html-elements.php.
References $args, GV\$form, $forms, $output, gravityview_get_forms(), and select().
select | ( | $args = array() | ) |
Renders an HTML Dropdown.
array | $args |
Definition at line 110 of file class-gravityview-html-elements.php.
References $args, $class, $output, $placeholder, and $value.
Referenced by field_dropdown(), and form_dropdown().