Sunday, June 19, 2016

Re: GWT Material Design Addins

Any progress?
I am dealing with the same issue...

<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
 
xmlns:m="urn:import:gwt.material.design.client.ui"
 
xmlns:ma="urn:import:gwt.material.design.addins.client.autocomplete">
  ...
 
<ma:MaterialAutoComplete placeholder="Contacts" ui:field="autocomplete" />
  ...
</ui:UiBinder>

No cigar. :(

Dne středa 11. května 2016 18:07:09 UTC+2 Velusamy Velu napsal(a):
I followed these steps to use the MaterialWindow addin from the gwt-material-addins-1.5.0.jar in an application.
  1. Downloaded gwt-material-addins-1.5.0.jar and added to application's build path in Eclipse.
  2. Added the line <inherits name="gwt.material.design.addins.GwtMaterialAddins"/> in the ..gwt.xml
  3. Added the line xmlns:ma="urn:import:gwt.material.design.addins.client" in the UiBinder.
  4. Then started adding the line <ma:window.MaterialWindow ui:field="window" width="50%" title="Documents"> in the UiBinder 
But MaterialWindow is not visible to the UiBinder.  Any idea what could be wrong?

--
You received this message because you are subscribed to the Google Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment