Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1239 |
gduche |
1 |
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
|
|
|
2 |
xmlns:g='urn:import:com.google.gwt.user.client.ui'
|
|
|
3 |
ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
|
|
|
4 |
ui:generateLocales="default">
|
|
|
5 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
|
|
6 |
|
|
|
7 |
<ui:style src="MotCleProposition.css" />
|
1539 |
aurelien |
8 |
<g:FocusPanel styleName="{style.lienMotCle} gauche motclesPicto" ui:field="lienMotCle">
|
1239 |
gduche |
9 |
<g:HTMLPanel>
|
|
|
10 |
<g:CheckBox ui:field="ajouterMotCle" text="motcle" styleName=" {style.motCle}"></g:CheckBox>
|
|
|
11 |
<g:Image styleName="{style.logoTag}" ui:field="iconeTag"/>
|
|
|
12 |
</g:HTMLPanel>
|
|
|
13 |
</g:FocusPanel>
|
|
|
14 |
</ui:UiBinder>
|