Thank you so much. Is it possible to set Function as a style property?
--- In [email protected], "Ariel J" <arielj...@...> wrote: > > > .myStyle { > rendererClass: ClassReference("com.mycompany.myClass"); > } > > --- In [email protected], "xiaoming_wang@" <xiaoming_wang@> wrote: > > > > Hi gurus, > > > > I have a component with style definitions like the following: > > > > [Style(name="rendererClass",type="Class",inherit="yes")] > > [Style(name="rendererFunction",type="Function",inherit="yes")] > > > > How to define the vlaue of these 2 styles in a CSS file if the class name > > and function name are known? I guess Embed works but no idea about how. > > > > background-image:Embed("/style_undefined/assets/general/bg.png"); > > > > Thanks in advance. > > >

