On Tue, 06 Nov 2012 09:27:19 -0200, membersound <memberso...@web.de> wrote:
Can I make use of Tapestry jQuery module within a t:beaneditform? Eg
that the
button is styled according to the jquery mixing?
<t:beaneditform submitLabel="Save" />
Or do I explicitly have to specify the button together with the mixin?
<t:form>
<t:beaneditor>
<div class="t-beaneditor-row">
<t:submit t:mixins="jquery/button" class="t-beaneditor-submit"
value="Save"
/>
I only could get it to work by the latter example. But is there some
"out of
the box" chance for beaneditform without having to specify the button
itself?
No. Again, BeanEditform does almost nothing by itself, delegating
everything to BeanEditor, so you're losing almost nothing (and you get
flexibility) by using BeanEditor directly.
--
Thiago H. de Paula Figueiredo
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org