<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Georgia">just add this:<br>
      <br>
      &nbsp;&nbsp;&nbsp; html document addLoadScript: (<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; (html jQuery id: id) dialog open <br>
      &nbsp;&nbsp;&nbsp; ).<br>
      <br>
      <br>
      Cheers,<br>
      Bob<br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 4/11/13 12:57 PM, Sabine Kn&ouml;fel
      wrote:<br>
    </div>
    <blockquote cite="mid:1365699437646-4680903.post@n4.nabble.com"
      type="cite">
      <pre wrap="">Hi,

this example (JQDialogFunctionalTest) opens a lightbox if the user clicks on
a button.

        | id |
        html div
                id: (id := html nextId);
                script: (html jQuery new dialog
                        html: JQCounterFunctionalTest new;
                        title: 'Lightbox Dialog';
                        resizable: false;
                        modal: true).
        html submitButton
                onClick: (html jQuery id: id) dialog open;
                with: 'Open Lightbox'

I want the lightbox to open immediately, when the page is generated (within
renderContentOn:)

Can anyone help?

Sabine




--
View this message in context: <a class="moz-txt-link-freetext" href="http://forum.world.st/lightbox-open-within-renderContentOn-tp4680903.html">http://forum.world.st/lightbox-open-within-renderContentOn-tp4680903.html</a>
Sent from the Seaside General mailing list archive at Nabble.com.
_______________________________________________
seaside mailing list
<a class="moz-txt-link-abbreviated" href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a>
<a class="moz-txt-link-freetext" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a>

</pre>
    </blockquote>
    <br>
  </body>
</html>