I need a mixin which can be attached to different elements (with and without body). The mixin wraps original element with another and adds some classes to the original. How I can get current element while render? I'd use writer.getElement() in render body but its not triggered in components with empty body. In begin render phase writer returns container instead of current element.
- How to get current element in mixin Michael
- Re: How to get current element in mixin Lance Java
- Re: How to get current element in mi... Thiago H de Paula Figueiredo