<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
I'm not&nbsp;familiar with the widgetbox stuff (Torsten would know), but I might suggest a&nbsp;#timeout: type function instead of holding the process in the callback.<BR>
&nbsp;<BR>
RS<BR>&nbsp;<BR>
&gt; Date: Fri, 25 Feb 2011 00:23:45 +0100<BR>&gt; From: milan.mimica@gmail.com<BR>&gt; To: seaside@lists.squeakfoundation.org<BR>&gt; Subject: [Seaside] jquery widgetbox jeditable example<BR>&gt; <BR>&gt; Hello!<BR>&gt; <BR>&gt; Not sure this is the right place, but the example page for WidgetBox jeditable <BR>&gt; component is whole wrong. It *installs* the script in onClick event. The <BR>&gt; consequence is that the first click is ignored. Should read "script:" instead of <BR>&gt; "onClick:" I guess.<BR>&gt; <BR>&gt; <BR>&gt; html paragraph<BR>&gt; onClick: (html jQuery this editable<BR>&gt; callback: [:value | "used to let the user show the Saving... message, <BR>&gt; otherwise it is too fast"<BR>&gt; (Delay forSeconds: 1) wait. text := value];<BR>&gt; submit: 'keep it';<BR>&gt; cancel: 'forget about that';<BR>&gt; indicator: 'Saving...');<BR>&gt; <BR>&gt; <BR>&gt; -- <BR>&gt; Milan Mimica<BR>&gt; http://sparklet.sf.net<BR>&gt; _______________________________________________<BR>&gt; seaside mailing list<BR>&gt; seaside@lists.squeakfoundation.org<BR>&gt; http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<BR>                                               </body>
</html>