Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
2105 ankur.sing 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
2
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
3
  xmlns:mail='urn:import:in.shop2020.catalog.dashboard.client'>
4
 
5
  <g:DockLayoutPanel>
6
    <g:center>
7
      <g:HorizontalPanel>
8
        <g:Button ui:field="addItem">Add New Item</g:Button>
9
        <g:Button ui:field="phaseoutItem">Mark as PHASED OUT</g:Button>
10
        <g:Button ui:field="activateItem">Mark as ACTIVE</g:Button>
11
      </g:HorizontalPanel>
12
    </g:center>
13
  </g:DockLayoutPanel>
14
 
15
</ui:UiBinder>