Template text-edit.tmpl
fcfControls:templates/text-edit.tmpl
Alias:
@controls:text-edit
Basic template:
fcfControls:templates/view.tmpl
Description:
[compatible with view] Text string input field
  Template arguments:
  
  
    
      boolean autofocus - If true, the autofocus flag is set on the input element.
      
      
        Default value: false
      
      
    
  
    
      boolean enable - If true, then the control is editable
      
      
        Default value: true
      
      
    
  
    
      array leftButtons - If true, then the control is editable
      
      
        Default value: []
      
      
    
  
    
      array rightButtons - A set of HTML elements located on the right in the control
      
      
        Default value: []
      
      
    
  
    
      string value - The value of the water field in the representation of the string type
      
      
        Default value: ""
      
      
    
  
    
      string|integer width - Control width
      
      
        Default value: "250px"