Hi Carlos,


After updating from dev it looks like it’s working now.



Thanks.



________________________________
From: Carlos Rovira <carlosrov...@apache.org>
Sent: Thursday, February 14, 2019 7:28:19 PM
To: dev@royale.apache.org
Subject: Re: TypeNames vs ClassName

HI Yishay,

A working example is in TDJ ( https://royale.apache.org/tourdejewel )
go to layouts. First one is a group with a className:

Jewel BasicLayout (width200, height:200px)

code:

<j:Group width="200" height="200" className="wrapper">
                    <j:Button text="Origin" emphasis="primary"/>
                    <j:Button text="x:30,y:30" emphasis="secondary" x="30" y
="30"/>
                    <j:Button text="x:60,y:60" emphasis="emphasized" x="60"
y="60"/>
                    <j:Button text="bottom/right" style="bottom:0;right:0"/>
                </j:Group>

If is not working for you, maybe we have a bug at some place.

Carlos


El jue., 14 feb. 2019 a las 15:45, yishayw (<yishayj...@hotmail.com>)
escribió:

> Confused about this, now that I'm using Jewel.
>
> I want to add shadow to a Jewel group. So I do this:
>
>         <common:FormSelector className="raisedShadow" id="cFormSelector"/>
>
> But then I see raisedShadow removed in in run-time in favor of classes such
> as "itemsExpand itemsCenter itemsCentered layout vertical"
>
> Where should I be specifying my application className then?
>
>
>
>
> --
> Sent from: http://apache-royale-development.20373.n8.nabble.com/
>


--
Carlos Rovira
http://about.me/carlosrovira

Reply via email to