jahlxx Posted May 13, 2016 Posted May 13, 2016 hi. when I put a unipanel as draggable, I can't focus in uniedits contained in the panel wih mouse click, only with tab and shift+tab, not clicking the element. ?? Quote
Sherzod Posted May 13, 2016 Posted May 13, 2016 Hi, For now you can use this approach, try... : UniPanel1 -> ClientEvents -> UniEvents -> afterCreate fn: function afterCreate(sender) { Ext.onReady(function () { Ext.get(sender.id).select(".x-form-field").each(function (el) {sender.dd.addInvalidHandleId(el.dom.id)}) } ); } Best regards Quote
Sherzod Posted May 16, 2016 Posted May 16, 2016 Hi, Can you try on this fn ?: UniPanel1 -> ClientEvents -> UniEvents -> function boxready(sender, width, height, eOpts) { Ext.get(sender.id).select(".x-form-field").each(function (el) {sender.dd.addInvalidHandleId(el.dom.id)}) } Best regards. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.