You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2018/03/19 03:31:46 UTC

[GitHub] aharui commented on issue #133: Beads in a theme's css rule are not processed

aharui commented on issue #133: Beads in a theme's css rule are not processed
URL: https://github.com/apache/royale-asjs/issues/133#issuecomment-374091450
 
 
   This is working for me.  The git branch seems to be confused so I'm afraid to check stuff in, but I added the LabelViewBead to the JewelTheme by adding it to defaults.css
   
   j|Label {
     IBeadView: ClassReference("org.apache.royale.jewel.beads.views.LabelViewBead");
   }
   
   and adding it to jeweltheme-manifest.xml
   
    <component id="LabelViewBead" class="org.apache.royale.jewel.beads.views.LabelViewBead"/>
   
   and added Jewel Label to the example:
   
               <j:Label text="Hello World" />
   
   And the output in App.js contained:
   
   "org.apache.royale.jewel.Label",
   function() {this["iBeadView"] = org.apache.royale.jewel.beads.views.LabelViewBead},
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services