Advertisement
reenadak

Various layers in MATE

Mar 25th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.57 KB | None | 0 0
  1. //Following are the various layers in the MATE.
  2.  
  3. //1. Show the title of the Table.
  4. <div id="' . $this->mateInstances[0] . 'titleLayer" class="mateTitleDiv"></div>
  5.  
  6. //2. Following shows the main table.
  7. <div id="' . $this->mateInstances[0] . 'tableLayer" class="mateTableDiv"></div>
  8.  
  9. //3. Following layer shows the records number like 1-10 of 223
  10. <div id="' . $this->mateInstances[0] . 'recordLayer" class="mateRecordLayerDiv"></div>
  11.  
  12. //4. Layer below contains all the buttons.
  13. <div id="' . $this->mateInstances[0] . 'searchButtonsLayer" class="mateSearchBtnsDiv"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement