Advertisement
Guest User

Untitled

a guest
May 28th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. this.cashFlowGrid = new dojox.grid.DataGrid({
  2. query: {node_id: nodeId},
  3. loadingMessage: 'Loading cash flow, please Wait',
  4. store: this.cashFlowGridStore,
  5. rowSelector: '20px',
  6. structure: layoutGrid,
  7. onFetchError : this.endUpdateCashFlow
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement