All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lib.form.entry.jelly Maven / Gradle / Ivy

The newest version!
 




  
    An entry of the <f:form>, which is one logical row (that consists of
    several <TR> tags.

    One entry normally host one control.

    
      Name of the entry. Think of this like a label for the control.
    
    
      Used for the databinding. TBD. When this attribute
      is specified, @help is inferred, and nested input controls don't need
      the @field nor @name.
    
    
      If it's not obvious to the user as to what the control expects,
      specify some description text (which currently gets rendered as
      small text under the control, but that may change.)

      This text shouldn't get too long, and in recent Hudson, this feature
      is somewhat de-emphasized, in favor of the inline foldable help page
      specified via @help.
    
    
      if present and true - value is overridden
    
    
      If present, Redo icon will rendered and Reset will be available.
    
    
      URL to the HTML page. When this attribute is specified, the entry gets
      a (?) icon on the right, and if the user clicks it, the contents of the
      given URL is rendered as a box below the entry.

      The URL should return an HTML document wrapped in a <div> tag.
      The URL is interpreted to be rooted at the context path of Hudson,
      so it's normally something like "/plugin/foobar/help/abc.html".
    
  
  
    
    
  
  
    
  
  
  
  
            
      
           
           
              
           
             
          
      
      
          
      
      
          
      
      
          
              
                  Help for feature: ${title}
              
          
      
  
  
  
      
      
  
  
      
          
      
  
  
      
  





© 2015 - 2025 Weber Informatics LLC | Privacy Policy