Subversion Repositories eFlore/Applications.cel

Rev

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

Rev Author Line No. Line
1024 aurelien 1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
3
    xmlns:g="urn:import:com.google.gwt.user.client.ui"
4
    xmlns:vues="urn:import:org.tela_botanica.cel.client.vues.observation">
5
     <ui:style>
6
        .tabPanelExample1
7
        {
8
            border: 3px solid green;
9
        }
10
    </ui:style>
11
    <g:HTMLPanel>
12
    	<g:VerticalPanel>
13
 
14
    	</g:VerticalPanel>
15
		<g:VerticalPanel>
16
	    	<g:TabLayoutPanel addStyleNames="{style.tabPanelExample1}" ui:field="tabPanel" barUnit="PX" barHeight="20">
17
		        <g:tab>
18
		            <g:header>
19
		                Observations
20
		            </g:header>
21
		            <g:VerticalPanel></g:VerticalPanel>
22
		        </g:tab>
23
		        <g:tab>
24
		            <g:header>
25
		                Images
26
		            </g:header>
27
		            <g:HTML><h2>Hello tab 2</h2></g:HTML>
28
		        </g:tab>
29
	    	</g:TabLayoutPanel>
30
		</g:VerticalPanel>
31
	</g:HTMLPanel>
32
</ui:UiBinder>