Quantcast
Channel: Dragging windows - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by Alexander for Dragging windows

A "global solution" sounds like you want to use an override to apply one of the other answers globally to your application:Ext.define('MyAppName.override.Window', { override: 'Ext.window.Window',...

View Article



Answer by Chintan Kukadiya for Dragging windows

Why you are not using draggable: false in window configHere is some code in FIDDLEvar win = Ext.create('Fiddle.view.MyWindow', { title: "My Window", width: 500, draggable: false, modal: true, layout:...

View Article

Answer by pagep for Dragging windows

You are looking for Ext.os class. More precisely Ext.os.is method, according to the docs it has all the values you would need.I am not sure why you want to block only iPads and not tables in general....

View Article

Dragging windows

I did some research on this and still can't find a good solution for it. I wrote my app in ExtJS 4.1 and when I run it on an iPod the dragging functionality is disabled by default (which is what I...

View Article
Browsing latest articles
Browse All 4 View Live


Latest Images