<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
You can just put the ajax callback in the click handler.<div><br></div><div>RS<br><br><div><hr id="stopSpelling">From: keropotter@gmail.com<br>Date: Fri, 21 Oct 2011 10:44:52 -0300<br>Subject: Re: [Seaside] cancelButton using WAButtonTag<br>To: seaside@lists.squeakfoundation.org<br><br>Hi, John! Thanks for your quick reply!<br><br>Unfortunatelly it doesn't work. Here is my code:<br><br>aCanvas button<br><div style="padding-bottom:0px;padding-left:3px;padding-right:3px;clear:both;padding-top:0px" id="ecxNormalcontent">

<div style="margin-left:12px" id="ecximcontent"><span><div style="font-family:MS Shell Dlg 2;direction:ltr;color:#000000;font-size:9pt">&nbsp;&nbsp;bePush;<br>&nbsp;&nbsp;callback: self callback;<br>&nbsp; script: (aCanvas jQuery this button primaryIcon: 'ui-icon-plus');<br>

&nbsp;&nbsp;onClick: (aCanvas jQuery ajax 
serializeThis);<br>&nbsp;&nbsp;with: self label.</div></span></div></div><br>Is there any other way to disable callbacks execution when a form submits? I've also tried emulating cancelButtons behaviour by wrapping my own callback with WACancelActionCallback it complains about needing a NiladicValuable block.<br>

<br>Thanks again!<br><br><div class="ecxgmail_quote">On Thu, Oct 20, 2011 at 6:08 PM, John McKeon <span dir="ltr">&lt;<a href="mailto:p3anoman@gmail.com">p3anoman@gmail.com</a>&gt;</span> wrote:<br><blockquote class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex">

Try onClick: (aCanvas jQuery ajax serializeThis);<div><div></div><div class="h5"><br><br>
<div class="ecxgmail_quote">On Thu, Oct 20, 2011 at 3:12 PM, keropotter <span dir="ltr">&lt;<a href="mailto:keropotter@gmail.com">keropotter@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="border-left:#ccc 1px solid;padding-left:1ex" class="ecxgmail_quote">Hi!! I'm developping an application using JQuery decorations, where the<br>buttons have icons.<br><br>
I have one button inside a form that's suposed to execute a Task, but I wish<br>NOT to submit the form by pressing that button given that I do a series of<br>validations on every input callback. So if the form submits, it fails<br>


because of the validations. I've tried using a #cancelButton but<br>unfortunately it generates a &lt;input type="button" ...&gt; which doesn't support<br>JQuery's .button icon styling (which I need in order to keep the layout of<br>


the page)<br><br>Is there any way to achieve the same behaviour of cancelButton by using an<br>ordinary button?<br><br>I've tried using a #button bePush; and invoking a callback via ajax, but<br>that ajax callback doesn't execute the button's callback, where I'm making a<br>


#call: to a WATask. Here's a piece of code for that purpose:<br><br>&nbsp; &nbsp; &nbsp; &nbsp;aCanvas button<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bePush;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;callback: [ self call: MyTask new ];<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;script: (aCanvas jQuery this button primaryIcon: 'ui-icon-plus');<br>


&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;onClick: "I think here I should execute the button's callback"<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;with: 'Execute Task'.<br><br>Any ideas on how to do this?<br><br>Many thanks in advance!!<br>Alejandro<br>


<font color="#888888"><br>--<br>View this message in context: <a href="http://forum.world.st/cancelButton-using-WAButtonTag-tp3923147p3923147.html" target="_blank">http://forum.world.st/cancelButton-using-WAButtonTag-tp3923147p3923147.html</a><br>


Sent from the Seaside General mailing list archive at Nabble.com.<br>_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>


<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br></font></blockquote></div><br>
</div></div><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br>
<br>_______________________________________________
seaside mailing list
seaside@lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</div></div>                                               </div></body>
</html>