On Wed, Mar 25, 2009 at 12:01 PM, DrunkenMonk <[email protected]> wrote: > > I'd like to create pages detailing usage of the form types, such as > text, password, hidden, but I am unsure where to put this. > > I also have no idea if they are customizable beyond simple usage, > which would be good to know. Text, for example, is prettier than box > on one row, but I've never found a way to detail how many columns it > should stretch over, which is a shame. But even if they are deadly > simple, a quick description and example is worth gold.
Hey this is getting excited. More doc pages! I'd suggest docs.forms.elements with a section for each kind of element rather than a bunch of separate pages. Most don't have too many options and/or there are options common to many/several. As for your specific question you have two options: [text field "default value" size=50] [text field "default value" style="whatever css you want"], for example--something flashy: [text field "default value" style="width: 200px; height: 50px; border: red solid 3px;"] Cheers, Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
