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

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

The newest version!
 




  
    Outer-most tag of the entire form taglib, that generates <form> element.

    
      @action of the form field. The URL where the submission is sent.
    
    
      Submission method. Either post or get.
    
    
      @name of the form. In HTML this is not a mandatory attribute,
      but in Hudson you should have it for testing and page scraping,
      so this attribute is marked required.
    
    
      @enctype of the <form> HTML element.
    
    
      @target of the <form> HTML element. Works like <a target="...">
      and controls which window the result of the submission goes to.
    
    
      Optional class attribute for <table> that is created in the form.
    
  
  




© 2015 - 2025 Weber Informatics LLC | Privacy Policy