On Sat, Dec 5, 2009 at 9:21 PM, Kalle Korhonen
<kall...@gmail.com> wrote:
(http://markmail.org/message/3bietj36wvz6h3dz, where Chris Lewis is
pondering a way to implement a confirm mixin). Based on that and
browsing ck.button source, I'd say the most proper solution is not to
use ck.button in a case like this, but a plain html button with
onclick confirm and wrap it in action/event link. Of course,
Chenillekit could re-implement the ck.button to render the same but
not so convinced it'd be worth it.
Well, I've implemented this as a mixin in one of my projects and the
current feature of @BindParameter helps a lot here so please add a
JIra issue and i'll take care of that with more discussion happening
there.
BTW we could then try to instruments ck.button about the new mixin and
see how it fit.
Cheers