Skip to content
forked from 1cg/ronin-forms

The ROnin Forms Library for Managing Application Objects

Notifications You must be signed in to change notification settings

kprevas/roflmao

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROnin Form Library for Managing Application Objects

ROFLMAO 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

  • Gosu 100.0%