@Jens: I am aware of the docs, but I think it's missing some details to setup.
-- I just tried it again:
1) The property part in the gwt xml file:
<define-configuration-property name="BLA" is-multi-valued="false" />
<set-configuration-property name="BLA" value="true" />
The doc is mentioning "set-configuration-property " but if I use that, the compiler i complaining. Shouldn't this be the "define-configuration-property"?
2) The gss part:
@if (BLA) {
html {background-color: #FF00FF;}
}
And the error: The expression [BLA] is not valid condition.
So what am i doing wrong ?
Another thing: how to make the property "true" in the gwt config file in case the property "browser.engine" equals "webkit" ?
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment