![]()  | 
  
    GravityView
    2.17
    
   The best, easiest way to display Gravity Forms entries on your website. 
   | 
 
textarea input type More...
  
 Public Member Functions | |
| codemirror ( $field_id='') | |
| render_input ( $override_input=null) | |
| render_option () | |
  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 | |
textarea input type
Definition at line 5 of file type_textarea.php.
| codemirror | ( | $field_id = '' | ) | 
Definition at line 56 of file type_textarea.php.
References $settings.
| render_input | ( | $override_input = null | ) | 
Definition at line 21 of file type_textarea.php.
References $class, $placeholder, and GravityView_FieldType\show_merge_tags().
Referenced by render_option().
| render_option | ( | ) | 
Definition at line 7 of file type_textarea.php.
References GravityView_FieldType\get_field_desc(), GravityView_FieldType\get_tooltip(), and render_input().