.myStyle {
rendererClass: ClassReference("com.mycompany.myClass");
}--- In [email protected], "xiaoming_w...@..." <xiaoming_w...@...> 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. >

