Friday, May 31, 2013

Re: UI Designer & GWT Developer BEST Workflow Practices?

I am not sure if I understand you correctly,

I am guessing you want to just use HTML/CSS for designing, so you could just mockup using html and copy the same into an ui.xml, maybe inside a HTMLPanel widget.

The HTMLPanel is a div in itself, and all your html code with css would remain the same.

This is how we do it :

Designer gives me a HTML document with all the necessary CSS and Jquery script for funtionality/animation. I copy the tags as is, and put it inside an ui.xml file made of GWT Widgets. The outermost div i change to an HTMLPanel and set the id or class attibute if any in the corresponding java file.

From there on, for any manipulation of the DOM for getting or setting of data, I use GQuery to manipulate or directly use the given jquery script within JSNI.

Hope this helps.

On Friday, 31 May 2013 00:49:23 UTC+5:30, Clarissa G wrote:
"Is there a way for a UI designer (myself) to still use clean HTML/CSS while pulling in GWT features/elements (that may use UIBINDER) instead of having to find/customize/use throw away jquery to demo functionality?"

On Friday, 31 May 2013 00:49:23 UTC+5:30, Clarissa G wrote:
"Is there a way for a UI designer (myself) to still use clean HTML/CSS while pulling in GWT features/elements (that may use UIBINDER) instead of having to find/customize/use throw away jquery to demo functionality?"

--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment