The tag library is very powerful.
Also some of the parameters you can pass to the tags are not explained in the docs.
It would be nice to explain :
- What is the syntax logic you use to pass the parameters
- What are the actual parameters we can pass.
Lots of parameters exist in the underlying HTML values. But can we override them all ??? Is it limited to a subset?
For example an useful example forwarded by Antonio:
<%= f.TextAreaTag("Description", {hide_label: true, "onfocusout": "validate()"}) %>
The tag library is very powerful.
Also some of the parameters you can pass to the tags are not explained in the docs.
It would be nice to explain :
Lots of parameters exist in the underlying HTML values. But can we override them all ??? Is it limited to a subset?
For example an useful example forwarded by Antonio:
<%= f.TextAreaTag("Description", {hide_label: true, "onfocusout": "validate()"}) %>