Skip to content

1cg/ronin-forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ronin Forms

ronin-forms makes it easy to create HTML forms within the Ronin web framework. It adds methods to the standard ronin.RoninTemplate, allowing you to quickly output a well-constructed form that is bound to a remote Ronin controller method:

  <html>
    <body>
      <% target = controller.Example#search() %>
      ${formFor(target)} <!-- create a form for the search() method -->
        Search Term: ${input(target.$term)} <!-- create an input bound to the 'term' parameter -->
        ${submit("Search")}
      ${endForm}
    </body>
  </html>

About

The ROnin Forms Library for Managing Application Objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages