<div class="gmail_quote"><div>Hi Marc,</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">
</div>it makes sense to put your code in navigation.js but try to avoid code<br>
duplication between this file and what is already in functions.js.<br><br></blockquote></div><br clear="all">I tried to add a empty dialog within a navigation.js using the following code. <div><br><div><div>$('<div id="create_table_dialog"></div>')</div>
<div>         .dialog({ </div><div>            <span class="Apple-tab-span" style="white-space:pre">        </span>title: "CreateTable",</div><div>                height: 50,</div><div>                width: 90,</div><div>
                buttons : button_options_error</div><div>});</div><div><br></div><div>This popups a dialog box with "OK" button and the title. But, since navigation.php works within the scope of a frame, the dialog is restricted to the navigation area within the UI. The screen shot (first screen shot )of the result is here with the google doc [1]. </div>
<div>I think this because PMA uses separate frames for navigation panel and the rest of the content. </div><div>I need to improve the dialog box as it shows in the 2nd screen shot. </div><div>How can I change the scope of the dialog box in order to popup it balanced in the page. Please help me on this issue. </div>
<div><br></div><div>[1] - <a href="https://docs.google.com/document/d/1g9WzTFQsCwKzBOHJpuS0XIaXhUClbVneZYeuDVuqyh0/edit?hl=en&authkey=CLGQz_wB">https://docs.google.com/document/d/1g9WzTFQsCwKzBOHJpuS0XIaXhUClbVneZYeuDVuqyh0/edit?hl=en&authkey=CLGQz_wB</a></div>
<div><br></div><div>Regards,</div><div>Thilanka.</div><div><br></div>-- <br><div><span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px"><div style="text-align:left">L G Thilanka Kaushalya     <br>
Computer Science & Engineering,    <br><div style="color:rgb(80, 0, 80)">University of Moratuwa,<br>Sri Lanka<span></span><br>                          <br></div></div>Connect with me at,<br>      Gmail        : <a href="mailto:lgtkaushalya@gmail.com" style="color:rgb(0, 0, 204)" target="_blank">lgtkaushalya@gmail.com</a><br>
      Twitter       : @thilanka_k<br>      Facebook  : Thilanka Kaushalya<br>      Yahoo       : <a href="mailto:lgtkaushalya@yahoo.com" style="color:rgb(0, 0, 204)" target="_blank">lgtkaushalya@yahoo.com</a></span></div>
<div>      Blog          : <a href="http://coders-view.blogspot.com/" target="_blank">http://coders-view.blogspot.com/</a></div><br><br>
</div></div>