I should be able to style a jqxPopover like a jqxNotification with template “error”. How can I achieve this?
I am using the jqxPopover the angularjs (v1) way. If I place a class or a style on the directives tag, it is removed during creation of the widget and looses therefore its effect. (Same is true, if we use jqxPopover the “original” jquery way: If we put a class / style on the div, from which the popover will be created, it will be removed). I also did not found out, which jqx-xxxx class I could adapt to really get an effect on the popover (and I like to set this styling selectively just on one or multiple of my popovers, not for all).
Can you help me?
Thanks in advance!
– badera