You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
in java code,there is a field:
---------------------------------------------
@UiField
CssStyle style;
---------------------------------------------
but in ui.xml,there do not hava a tag which have a attibute
"ui:field=style".
i wonder how does the field come?
Thomas Broyer
unread,
Oct 13, 2011, 6:41:55 AM10/13/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
A <ui:style> without an explicit ui:field has a default name of "style". This is what allows you to reference your styles using {style.foo} in the ui.xml.