Thank you, Bob! Works!
<br/><br/>On Thu, Apr 11, 2013 at 7:55 PM, Bob Arning-2 [via Smalltalk]
<br/>&lt;<a href="/user/SendEmail.jtp?type=node&node=4680912&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>&gt; wrote:
<div class='shrinkable-quote'><br/>&gt; just add this:
<br/>&gt;
<br/>&gt; &nbsp; &nbsp; html document addLoadScript: (
<br/>&gt; &nbsp; &nbsp; &nbsp; &nbsp; (html jQuery id: id) dialog open
<br/>&gt; &nbsp; &nbsp; ).
<br/>&gt;
<br/>&gt;
<br/>&gt; Cheers,
<br/>&gt; Bob
<br/>&gt;
<br/>&gt; On 4/11/13 12:57 PM, Sabine Knöfel wrote:
<br/>&gt;
<br/>&gt; Hi,
<br/>&gt;
<br/>&gt; this example (JQDialogFunctionalTest) opens a lightbox if the user clicks on
<br/>&gt; a button.
<br/>&gt;
<br/>&gt;         | id |
<br/>&gt;         html div
<br/>&gt;                 id: (id := html nextId);
<br/>&gt;                 script: (html jQuery new dialog
<br/>&gt;                         html: JQCounterFunctionalTest new;
<br/>&gt;                         title: 'Lightbox Dialog';
<br/>&gt;                         resizable: false;
<br/>&gt;                         modal: true).
<br/>&gt;         html submitButton
<br/>&gt;                 onClick: (html jQuery id: id) dialog open;
<br/>&gt;                 with: 'Open Lightbox'
<br/>&gt;
<br/>&gt; I want the lightbox to open immediately, when the page is generated (within
<br/>&gt; renderContentOn:)
<br/>&gt;
<br/>&gt; Can anyone help?
<br/>&gt;
<br/>&gt; Sabine
<br/>&gt;
<br/>&gt;
<br/>&gt;
<br/>&gt;
<br/>&gt; --
<br/>&gt; View this message in context:
<br/>&gt; <a href="http://forum.world.st/lightbox-open-within-renderContentOn-tp4680903.html" target="_top" rel="nofollow" link="external">http://forum.world.st/lightbox-open-within-renderContentOn-tp4680903.html</a><br/>&gt; Sent from the Seaside General mailing list archive at Nabble.com.
<br/>&gt; _______________________________________________
<br/>&gt; seaside mailing list
<br/>&gt; [hidden email]
<br/>&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_top" rel="nofollow" link="external">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br/>&gt;
<br/>&gt;
<br/>&gt;
<br/>&gt; _______________________________________________
<br/>&gt; seaside mailing list
<br/>&gt; [hidden email]
<br/>&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_top" rel="nofollow" link="external">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br/>&gt;
<br/>&gt;
<br/>&gt; ________________________________
<br/>&gt; If you reply to this email, your message will be added to the discussion
<br/>&gt; below:
<br/>&gt; <a href="http://forum.world.st/lightbox-open-within-renderContentOn-tp4680903p4680910.html" target="_top" rel="nofollow" link="external">http://forum.world.st/lightbox-open-within-renderContentOn-tp4680903p4680910.html</a><br/>&gt; To unsubscribe from lightbox open within renderContentOn, click here.
<br/>&gt; NAML
<br/></div>

        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://forum.world.st/lightbox-open-within-renderContentOn-tp4680903p4680912.html">Re: lightbox open within renderContentOn</a><br/>
Sent from the <a href="http://forum.world.st/Seaside-General-f86180.html">Seaside General mailing list archive</a> at Nabble.com.<br/>