<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">This is looking really good. This is sort of outside the scope of the form validation plugin, but if you styled the legend for each fieldset to look more like a full width header for the fieldset (pretty much like an open accordion) it might look slicker.<div>
</div><div>Showing an error state for radio buttons and check boxes is tricky since they can't be styled. If you want to use native controls, the only real option is to style the labels with the error class so you have something to visually flip. The technique on our site for styling checks and radios currently uses the label positioned over the native element with a bg image for the custom check or radion. If we injected a span or two, we could build TheemRoller-ready custom elements that still use the native elements.</div><div>
</div><div>There is a lot of work to be done with forms and TR. Hopefully, we can tackle a big static of all the common form elements in TR format with various states - error, disabled, etc. Maybe in Jan/Feb?</div><div>
</div><div>_t</div><div>
<div><div>On Dec 5, 2009, at Dec 5, 2009 |12:35 PM, Jörn Zaefferer wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Removed the checkbox variant for now.
Also improved the main demo to use rounded corners, a button-type-submit instead of input-type-submit, and some more padding for the legends.
Trontastic looks great, if you like it dark :-)
Jörn