<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'>
Here's my advice... create a simple test application and just mess around with the scriptaculous stuff, keeping in mind that Seaside is not scriptaculous - it's just a wrapper.<div><br></div><div>The functions you are using are all in the original JavaScript library (&nbsp;http://script.aculo.us/ ), but with Seaside you are able to utilize them in Smalltalk instead of straight JavaScript. All the callbacks and everything make the server-client interaction really clean. It's a great way to output web pages and have a super powerful backend behind them. Any JavaScript library you use will be exactly the same way. Look at the source and then figure out how to make it work in Seaside. Pharo and other Smalltalk IDEs make it easy to browse classes, and there's a lot of scriptaculous examples already built ( http://demo.seaside.st/javascript/scriptaculous&nbsp;).</div><div><br></div><div>After you get a test case built ( say, populating a select field from a text input ), then you'll find it a lot easier to add the next step ( ajax update to the server, then coming back to the client and populating the select field ).</div><div><br></div><div>RS</div><div><br><div><div id="SkyDrivePlaceholder"></div>&gt; To: seaside@lists.squeakfoundation.org<br>&gt; From: intrader@aol.com<br>&gt; Date: Tue, 28 Aug 2012 17:04:51 +0000<br>&gt; Subject: [Seaside] Re: Help with JQuery example<br>&gt; <br>&gt; Robert Sirois &lt;watchlala &lt;at&gt; hotmail.com&gt; writes:<br>&gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; It looks &gt; <br>&gt; &gt; First of all, <br>&gt; &gt; Also, callbacks are <br>&gt; &gt; <br>&gt; Thanks kindly for your answer and recommendations - I have cleaned <br>&gt; up the code (paste http://paste.ubuntu.com/1172179/). It remains a mystery <br>&gt; of why the callback for the #onChange event does not execute; I have<br>&gt; placed a 'self halt' in the callback and also output to the Transcript.<br>&gt; <br>&gt; As use the same the #renderTheListWith: on : method in the <br>&gt; callback, and the initial rendering. It could be possible, but I have<br>&gt; not tried it to trigger the #onChange programmatically when the page<br>&gt; is loaded and render the list via the callback.<br>&gt; <br>&gt; Eventually I would like to achieve the following scenario:<br>&gt; 1. tabs represent the data for one type of loan.<br>&gt; 2. A listbox A displayes a list of values dependent on the type of loan.<br>&gt; 3. An input text computes via AJAX a price displayed in the input <br>&gt; text box when the initial selection in listbox A is rendered, and when<br>&gt;  a selection is made in listbox A. I like to make the input text box <br>&gt; display like a slider with a price at its middle, the range dependent<br>&gt; on the type of loan and the selection in listbox A.<br>&gt; 4. A multiselect listbox B displays values obtained via AJAX according <br>&gt; to the type of loan, the selection in listbox A. The values selected <br>&gt; by default depend on the loan type, the value selected in listbox A, <br>&gt; and the slider in the input text box.<br>&gt; <br>&gt; <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></div></div>                                               </div></body>
</html>