HTML Output plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://svn.turnipspatch.com/public/html_output/
Example:
<%= text_field "person", "name", "size" => 20 %>
will be converted to
< input type="text" id="person_name" name="person[name]" size="20" value="<%= @person.name %>" >
Note there will be no self closing slash in the tag
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, 7 months ago

