skatang
24 Jul 2010, 12:12 AM
how to drap a el cross iframe? I serach in Ext.DD Api, but i could't find any solution...
meyerovb
24 Jul 2010, 12:32 PM
To make an Ext.Component draggable, set the draggable property to true, and use the dragConfig property to specify the config options available in Ext.uti.Draggable
{xtype:"", draggable:true, dragConfig:{revert:true, listeners:{dragend: ...}}, ...
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.