yes, that works too. Better. Thanks.
<br/><br/>html div
<br/>&nbsp; &nbsp; &nbsp; &nbsp; id: self lightboxId;
<br/>&nbsp; &nbsp; &nbsp; &nbsp; script:
<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (html jQuery new dialog
<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; html: RKADialogTransientPersonView new;
<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; title: '....';
<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; resizable: false;
<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; autoOpen: true;
<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; modal: true).
<br/><br/><br/>On Thu, Apr 11, 2013 at 8:33 PM, Johan Brichau-2 [via Smalltalk]
<br/>&lt;<a href="/user/SendEmail.jtp?type=node&node=4680917&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>&gt; wrote:
<div class='shrinkable-quote'><br/>&gt; isn't there an 'autoOpen' option on the JQDialog ?
<br/>&gt;
<br/>&gt;
<br/>&gt; On 11 Apr 2013, at 19:54, Bob Arning &lt;[hidden email]&gt; wrote:
<br/>&gt;
<br/>&gt;&gt; just add this:
<br/>&gt;&gt;
<br/>&gt;&gt; &nbsp; &nbsp; html document addLoadScript: (
<br/>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; (html jQuery id: id) dialog open
<br/>&gt;&gt; &nbsp; &nbsp; ).
<br/>&gt;&gt;
<br/>&gt;&gt;
<br/>&gt;&gt; Cheers,
<br/>&gt;&gt; Bob
<br/>&gt;&gt;
<br/>&gt;&gt; On 4/11/13 12:57 PM, Sabine Knöfel wrote:
<br/>&gt;&gt;&gt; Hi,
<br/>&gt;&gt;&gt;
<br/>&gt;&gt;&gt; this example (JQDialogFunctionalTest) opens a lightbox if the user clicks
<br/>&gt;&gt;&gt; on
<br/>&gt;&gt;&gt; a button.
<br/>&gt;&gt;&gt;
<br/>&gt;&gt;&gt; | id |
<br/>&gt;&gt;&gt; html div
<br/>&gt;&gt;&gt; id: (id := html nextId);
<br/>&gt;&gt;&gt; script: (html jQuery new dialog
<br/>&gt;&gt;&gt; html: JQCounterFunctionalTest new;
<br/>&gt;&gt;&gt; title: 'Lightbox Dialog';
<br/>&gt;&gt;&gt; resizable: false;
<br/>&gt;&gt;&gt; modal: true).
<br/>&gt;&gt;&gt; html submitButton
<br/>&gt;&gt;&gt; onClick: (html jQuery id: id) dialog open;
<br/>&gt;&gt;&gt; with: 'Open Lightbox'
<br/>&gt;&gt;&gt;
<br/>&gt;&gt;&gt; I want the lightbox to open immediately, when the page is generated
<br/>&gt;&gt;&gt; (within
<br/>&gt;&gt;&gt; renderContentOn:)
<br/>&gt;&gt;&gt;
<br/>&gt;&gt;&gt; Can anyone help?
<br/>&gt;&gt;&gt;
<br/>&gt;&gt;&gt; Sabine
<br/>&gt;&gt;&gt;
<br/>&gt;&gt;&gt;
<br/>&gt;&gt;&gt;
<br/>&gt;&gt;&gt;
<br/>&gt;&gt;&gt; --
<br/>&gt;&gt;&gt; View this message in context:
<br/>&gt;&gt;&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;&gt;&gt;
<br/>&gt;&gt;&gt; Sent from the Seaside General mailing list archive at Nabble.com.
<br/>&gt;&gt;&gt; _______________________________________________
<br/>&gt;&gt;&gt; seaside mailing list
<br/>&gt;&gt;&gt;
<br/>&gt;&gt;&gt; [hidden email]
<br/>&gt;&gt;&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;&gt;&gt;
<br/>&gt;&gt;&gt;
<br/>&gt;&gt;&gt;
<br/>&gt;&gt;
<br/>&gt;&gt; _______________________________________________
<br/>&gt;&gt; seaside mailing list
<br/>&gt;&gt; [hidden email]
<br/>&gt;&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; 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-tp4680903p4680916.html" target="_top" rel="nofollow" link="external">http://forum.world.st/lightbox-open-within-renderContentOn-tp4680903p4680916.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-tp4680903p4680917.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/>