Thomas, where would I place the @externals? Inside the css resource that I
defined for the suggestPopup only?
And would I have to add @external for EVERY class that is inside there? Or
could I use wildcards somehow?


2013/3/11 Thomas Broyer <[email protected]>

>
>
> On Monday, March 11, 2013 11:44:41 AM UTC+1, membersound wrote:
>>
>> I'd like to apply the styles from the showcase SuggestBox:
>> http://gwt.googleusercontent.**com/samples/Showcase/Showcase.**
>> html#!CwSuggestBox<http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwSuggestBox>
>> Especially I like the thin-round borders around the box.
>>
>> How can I do this when using Standard theme?
>>
>> This is what I tried:
>>     <ui:style field="styles" src="SuggestBox.css" />
>>     <g:SuggestBox styleName="{styles.gwt-**SuggestBox}
>> {styles.gwt-SuggestBoxPopup}"
>>
>> Then copied the whole content from the showcase see to SuggestBox.css.
>> Also created a subfolder /images and placed circles.png there.
>>
>> Though my suggestbox is still looking the same as in the standard theme
>> (light-blue border etc).
>> What am I missing?
>>
>
> The gwt-SuggestBoxPopup style has to be applied to the
> DefaultSuggestionDisplay, not the SuggestBox. Also make sure you declared
> all the .suggestPopupXxx as @external so they're not obfuscated.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google Web Toolkit" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-web-toolkit/Kts3D19E0J0/unsubscribe?hl=en
> .
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To post to this group, send email to [email protected].
> Visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to