Guest User

Untitled

a guest
Nov 24th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <div id="tp2" dojoType="dijit.TitlePane" title="الاصول المتوفرة لدى مقدم الطلب" style="direction: rtl;height:200px;">
  2. <div dojoType="dojo.data.ItemFileReadStore" jsId="store" data="data"></div>
  3. <table dojoType="dojox.grid.EnhancedGrid" jsId="grid" store="store" id="grid"
  4. query="{ CategoryID: '*' }" rowsPerPage="5" clientSort="true"
  5. singleClickEdit="false" style="width: 800px; height: 100px;"
  6. rowSelector="25px" selectionMode="single" plugins="{indirectSelection: true,dnd: true}">
  7. <thead>
  8. <tr>
  9. <th field="CategoryTitle" name="الاسم" width="100px" editable="false" hidden="true">الاسم</th>
  10. <th field="Description" name="الوصف" width="642px" editable="false" hidden="true">الوصف</th>
  11. </tr>
  12. </thead>
  13. </table>
  14. </div>
Add Comment
Please, Sign In to add comment