Haml just turns directly into HTML. So, how you do a radio box in Haml depends on how you would do it in HTML. It’s just a style of writing the tags out. If you want to learn about radio boxes, then any kind of article about HTML radio boxes will apply equally.
On Mon, Dec 8, 2014 at 10:44 AM, BeeRich <[email protected]> wrote: > So what you are saying is that there is nothing published online for forms. > That page, that tutorial, that site, has nothing on forms whatsoever. I’m > looking for the more complex inputs like radios and boxes. >> On Dec 8, 2014, at 1:30 PM, Hampton <[email protected]> wrote: >> >> Sorry! I misunderstood. >> >> You can write any HTML in Haml. A form would might like... >> >> %form >> %input{type: "text", name: "username"} >> >> Checkout the tutorials at http://haml.info/tutorial.htm > -- > You received this message because you are subscribed to the Google Groups > "Haml" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/haml. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Haml" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/haml. For more options, visit https://groups.google.com/d/optout.
