delagoutte Posted August 18, 2017 Posted August 18, 2017 i'm using the down property with unispeedbutton. if i click one time in button the button is with the status pressed/down. and there is a border on the button. It is normal. Now i want unpress, I click a second time but as long i have not click on an other control the button have the focus and with this status unpressed+ focus there is a border on the button. how can i force button to loose his focus after click Quote
Sherzod Posted August 18, 2017 Posted August 18, 2017 Hi, Maybe something like this ?!: function click(sender, e, eOpts) { sender.blur(); } Best regards, Quote
delagoutte Posted September 11, 2017 Author Posted September 11, 2017 no it is not working. while i don't click on an other control the btn keep the style .x-btn-default-toolbar-small-focus Quote
delagoutte Posted September 11, 2017 Author Posted September 11, 2017 issue : add function focus(sender, e, eOpts) { sender.blur(); } 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.