GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
Public Member Functions
GravityView_FieldType_html Class Reference

HTML input type - pass pure HTML into settings in the desc key. More...

Inheritance diagram for GravityView_FieldType_html:
GravityView_FieldType

Public Member Functions

 get_field_desc ()
 
 render_option ()
 Display HTML, wrapped in container class. More...
 
- Public Member Functions inherited from GravityView_FieldType
 __construct ( $name='', $field=array(), $curr_value=NULL)
 
 get_field_desc ()
 Retrieve field description. More...
 
 get_field_id ()
 Build input id based on the name. More...
 
 get_field_label ()
 Retrieve field label. More...
 
 get_field_left_label ()
 Retrieve field left label. More...
 
 get_label_class ()
 Retrieve field label class. More...
 
 get_tooltip ()
 
 render_input ( $override_input)
 important! Override this class outputs the input html part More...
 
 render_option ()
 important! Override this class outputs the field option html More...
 
 render_setting ( $override_input=NULL)
 important! Override this class if needed outputs the field setting html More...
 
 show_merge_tags ()
 Verify if field should have merge tags. More...
 
 tooltip ( $name, $css_class='', $return=false, $article=array())
 Displays the tooltip. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from GravityView_FieldType
static get_field_defaults ()
 Returns the default details for a field option. More...
 
- Protected Attributes inherited from GravityView_FieldType
 $field
 
 $name
 
 $value
 

Detailed Description

HTML input type - pass pure HTML into settings in the desc key.

Since
1.17

Definition at line 6 of file type_html.php.

Member Function Documentation

◆ get_field_desc()

get_field_desc ( )
Since
1.17
Returns
string

Definition at line 23 of file type_html.php.

Referenced by render_option().

◆ render_option()

render_option ( )

Display HTML, wrapped in container class.

Definition at line 11 of file type_html.php.

References get_field_desc().


The documentation for this class was generated from the following file: