Dear all,

I would like to add the following two inherits in my aaa.gwt.xml
<inherits name='com.aaa.theme.standard.Standard'/>
<inherits name='com.aaa.theme.standard.StandardRTL'/>
but these two should be added based on condition of the following
<extend-property name="locale" values="en"/>
<extend-property name="locale" values="ar" />
if locale="en" I will add <inherits name='com.aaa.theme.standard.Standard'/>
else if locale="ar" I will add <inherits 
name='com.aaa.theme.standard.StandardRTL'/>.
Does someone has any idea?
Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/KUruL5sUtJsJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to