Thought of that, but, with the modal, that first click will only close the window, but the click you intended (the link or button that you clicked on) will be lost. It is a bad user experience. It...
Type: Posts; User: Cisco Kid
Thought of that, but, with the modal, that first click will only close the window, but the click you intended (the link or button that you clicked on) will be lost. It is a bad user experience. It...
I have some questions:
1. In your example, Model extends KitchenSink.model.Base (but I do not see that file??) What in that file?
2. In your example, you are using get Data, my data comes from an...
Sorry, I did not do a sufficient job with my post - more specifically, the reason I cannot use 'this' inside my helper method is because the shared method is actually a button handler, so this...
I want MyHelperMixin.otherMethod() to be able to call MyHelperMixin.firstMethod() without calling from MyView because MyOtherView is also using the same mixin and otherMethod will not know whether it...
I have the exact same issue! It is not strange at all. I have a large number of fieldsets in a template used for configuring hardware, all set to 'hidden: true', and then based on the list of...
While I am glad you answered his question - seeing the code changes you're recommending would be more helpful to those of us who did not understand your answer...