Help me.. i want to use GwtBootstrap for front view, i want to display
Google Map on my Site.. and tit should be Responsive,,
im displaying but it is not responsive..

My CODE IS

<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui"
xmlns:gm='urn:import:com.google.gwt.maps.client'>

<ui:style>
.map {
width: 500px;
height: 350px;
}
</ui:style>
<g:TabLayoutPanel barHeight='40'>
<g:tab>
<g:header>Home</g:header>
<g:Label>Home</g:Label>
</g:tab>
<g:tab>
<g:header>Map</g:header>
<gm:MapWidget ui:field="map" styleName="{style.map}" />
</g:tab>
</g:TabLayoutPanel>
</ui:UiBinder>

On Fri, Aug 14, 2015 at 10:48 AM, Mohammed Sameen <sameen....@gmail.com>
wrote:

> Thanks Joyner, i solved this issue...its because of loading the js not in
> proper order
>
> --
> 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+unsubscr...@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.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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+unsubscr...@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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to