UI element for a text input field.  
 More...
 | 
| 
string  | $label | 
|   | $label The form label for this input. 
  | 
|   | 
| 
string  | $name | 
|   | $name The first bit of the name for this input. 
  | 
|   | 
| 
string  | $value | 
|   | $value The value for this input. 
  | 
|   | 
UI element for a text input field. 
- Copyright
 - 2014 Moodle Pty Ltd (http://moodle.com) 
 
- License
 - http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 
 
 
◆ __construct()
      
        
          | gradereport_singleview\local\ui\text_attribute::__construct  | 
          ( | 
            | 
          $name,  | 
        
        
           | 
           | 
            | 
          $value,  | 
        
        
           | 
           | 
            | 
          $label,  | 
        
        
           | 
           | 
            | 
          $isdisabled = false  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Constructor. 
- Parameters
 - 
  
    | string | $name | The input name (the first bit)  | 
    | string | $value | The input initial value.  | 
    | string | $label | The label for this input field.  | 
    | bool | $isdisabled | Is this input disabled.  | 
  
   
 
 
◆ html()
      
        
          | gradereport_singleview\local\ui\text_attribute::html  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ is_checkbox()
  
  
      
        
          | gradereport_singleview\local\ui\element::is_checkbox  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inherited   | 
  
 
 
◆ is_dropdown()
  
  
      
        
          | gradereport_singleview\local\ui\element::is_dropdown  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inherited   | 
  
 
 
◆ is_textbox()
      
        
          | gradereport_singleview\local\ui\text_attribute::is_textbox  | 
          ( | 
           | ) | 
           | 
        
      
 
 
The documentation for this class was generated from the following file: