dynamically open coolite window with javascript

  1. #1

    dynamically open coolite window with javascript

    Hi,

    Was wondering weather its possible to dynamically open a coolite window using javascript.

    For a specific requirement if have to do this.

    Thanks

    Regards,
    Sashekumar
  2. #2

    RE: dynamically open coolite window with javascript

    Hi sashe,

    You can use the .show() JavaScript function to Show the window. The .close() and/or .hide() functions will obviously either Close (which destroys) the Window, or Hides (which does not destroy) the window.

    Example

    Window1.show();
    See Ext Documentation. http://extjs.com/deploy/dev/docs/?cl...mp;member=show

    From the code-behind, the methods would be .Show(), .Close() and .Hide().

    Window1.Show();
    Hope this helps.


    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 8
    Last Post: Mar 13, 2012, 5:54 PM
  2. BorderLayout open a window black window
    By Hualin Yuan in forum 1.x Help
    Replies: 0
    Last Post: May 07, 2010, 3:03 AM
  3. [CLOSED] open window by javascript
    By pank in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 16, 2009, 3:36 AM
  4. [CLOSED] Open window from javascript
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 16, 2009, 3:28 AM
  5. Open a window and load a page with Javascript
    By Neeraj Sharma in forum 1.x Help
    Replies: 2
    Last Post: Jan 17, 2009, 1:12 AM

Posting Permissions