Sorry I sent it without changes:

Changes :
---------------

Line 83
     destroyOnClose:    false,
     gridX:             1,
     gridY:             1,


     //Custom function
     focusable:         true

   }, arguments[optionIndex] || {});



Line 733
// Brings window to front
 toFront: function() {

     if (this.options.focusable == false){
         return;
     }

   if (this.element.style.zIndex < Windows.maxZIndex)
     this.setZIndex(Windows.maxZIndex + 1);
   if (this.iefix)
     this._fixIEOverlapping();
 },


thanx.

Jan

--
Lino "Jan" Telera

Obey your master!
La verità nuoce solo agli incompetenti!
----------------------------------------------------
My home page: http://www.linoproject.net
My Google Group: http://groups.google.com/group/ajax-e-dom-italia/
My Blog: http://frontiereweb.blogspot.com/
My ICQ UIN      : 81834420
Jabber              : janosh(at)jabber.org
SKYPE              : linotelera
----------------------------------------------------

--
Lino "Jan" Telera

Obey your master!
La verità nuoce solo agli incompetenti!
----------------------------------------------------
My home page: http://www.linoproject.net
My Google Group: http://groups.google.com/group/ajax-e-dom-italia/
My Blog: http://frontiereweb.blogspot.com/
My ICQ UIN      : 81834420
Jabber              : janosh(at)jabber.org
SKYPE              : linotelera
----------------------------------------------------
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to