Subversion Repositories SmartDukaan

Rev

Rev 4124 | Rev 8717 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4124 Rev 4125
Line 73... Line 73...
73
  }
73
  }
74
  </ui:style>
74
  </ui:style>
75
 
75
 
76
  <g:DockLayoutPanel styleName='{style.outer}' unit='EM'>
76
  <g:DockLayoutPanel styleName='{style.outer}' unit='EM'>
77
    <g:center>
77
    <g:center>
-
 
78
      <!--
-
 
79
      Make sure the page size value below is same as that defined in the Constants interface. 
-
 
80
      Use a small value such as 10 in the dev environment while prod calls for using something
-
 
81
      like 50. 
-
 
82
      
-
 
83
      TODO: Find a way to use variables from other classes and interfaces here. It may not be possible.
-
 
84
      -->
78
      <c:DataGrid ui:field='table' addStyleNames='{style.table}' pageSize='50' />
85
      <c:DataGrid ui:field='table' addStyleNames='{style.table}' pageSize='50' />
79
	</g:center>
86
	</g:center>
80
	<g:south size="2.0">
87
	<g:south size="2.0">
81
	  <c:SimplePager ui:field='pager' location='CENTER'/>
88
	  <c:SimplePager ui:field='pager' location='CENTER'/>
82
	</g:south>
89
	</g:south>