Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
    xmlns:g="urn:import:com.google.gwt.user.client.ui"
    xmlns:vues="urn:import:org.tela_botanica.client.vues.observation">
     <ui:style>
        .tabPanelExample1
        {
            border: 3px solid green;
        }
     </ui:style>
    <g:TabLayoutPanel addStyleNames="{style.tabPanelExample1}" ui:field="tabPanel" barUnit="PX" barHeight="20">
        <g:tab>
            <g:header>
                Observations
            </g:header>
            <vues:PanneauPrincipalObservation></vues:PanneauPrincipalObservation>
        </g:tab>
        <g:tab>
            <g:header>
                Images
            </g:header>
            <g:HTML><h2>Hello tab 2</h2></g:HTML>
        </g:tab>
    </g:TabLayoutPanel>
</ui:UiBinder>