*Sigh* - this is up hill!! :8

How come that when I add a style thingie to my ui.xml file....

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

    <ui:style>
        .test { background-color: pink; }
    </ui:style>

    <g:TabLayoutPanel barUnit='PX' barHeight='50'>
        <g:tab>
            <g:header size='7'>
                <b>Tab A</b>
            </g:header>
            <g:Label>Welcome to A :)</g:Label>
        </g:tab>
        <g:tab>
            <g:customHeader size='7'>
                <g:HorizontalPanel>
                    <g:Label text="Tab B" class="{style.test}"/>
                </g:HorizontalPanel>
            </g:customHeader>
            <g:Label>Welcome to B :)</g:Label>
        </g:tab>
    </g:TabLayoutPanel>
</ui:UiBinder>

... the page becomes all empty?! :[

Any input is greatly appreciated... thanks,
Stine :/
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to