Help with / Tutorial for Styling for GWT Beginners -
i new gwt , having hard time finding tutorials focused on teaching styling gwt. few examples i've found provided google rather paltry, , don't explain much.
some things i'm trying be:
- change global font style
- change existing widgets' styling, such background color of selected item in celltree
- replace button's text image instead
- remove borders of text fields
- the list goes on
i've been searching , searching, , not finding particularly helpful styling, advice/direction appreciated! thank you!
styling in gwt done entirely css. can link ordinary css file host html, normal website, , rules apply normal css normal html. gwt provides couple of ways optimize css, , gets pretty complicated, @ basic level can use firebug @ html of app, figure out css need that, , throw in css file. gwt applies many special styles widgets come built-in, , can learn of style names generated html , documentation.
Comments
Post a Comment