search for: closable

Displaying 2 results from an estimated 2 matches for "closable".

Did you mean: clonable
2006 Apr 16
0
Prototype Window Class v0.70
I have released a new version of my Prototype Window Class (http:// blogus.xilinus.com/pages/javawin) - Add autoposition in setContent. The window will be at the exact element location - Add draggable/closable parameter if you need to specify is the window is draggable/closable or not - Add parent parameter if you need a specific parent element of the window instead of body (useful for forms) - Better resize - Add setCookie to store window location/size in a cookie And I have also created a mailing...
2011 Apr 14
1
a little problem with extJS & log in form
...failure: function(form, action) {Ext.Msg.alert(''Error'', action.result.msg)} }); } }] }); var loginWindow = new Ext.Window({ title: ''Login'', width: 300, height:140, closable:false, minWidth: 300, minHeight: 140, layout: ''fit'', id: ''userform'', plain:true, modal:true, bodyStyle:''padding:5px;'', items: userform }); Ext.onReady(function(){...