Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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:s="urn:import:amazon.eis.eisws.website.client.foundation.widget">

    <g:VerticalPanel>
        <g:Label ui:field="description" styleName='field-description'/>    
        <s:Spacer height='10px'/>
        <g:Label ui:field="question" styleName='field-description' />   
        <s:Spacer height='10px'/>
        <g:HorizontalPanel width="100%" horizontalAlignment="ALIGN_CENTER">
         <g:HorizontalPanel>
             <g:Button ui:field='yesButton' text="Yes"/>
             <s:Spacer width='10px'/>
             <g:Button ui:field='noButton' text="No"/>
         </g:HorizontalPanel>        
        </g:HorizontalPanel>        
    </g:VerticalPanel>
</ui:UiBinder>

Commits for litesoft/trunk/GWT_Sandbox/FormEngine/src/com/temp/client/foundation/widget/dialog/ConfirmationDialog.ui.xml

Diff revisions: vs.
Revision Author Commited Message
626 GeorgeS picture GeorgeS Wed 11 Apr, 2012 19:39:41 +0000