Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. var items = jQuery.fn.jColumnListView({
  2. id: 'heirarchyclv',
  3. width: 400,
  4. columnWidth: 150,
  5. columnHeight: 200,
  6. columnMargin: 8,
  7. paramName: 'columnview',
  8. columnNum: 4,
  9. appendToId: 'heirarchy',
  10. elementId: 'heirarchyTest',
  11. removeAfter: false,
  12. columnMinWidth: 120,
  13. columnMaxWidth: 200,
  14. childIndicator: true,
  15. leafMode: true,
  16. checkAndClick: true,
  17. useSplitters: false,
  18. onItemChecked: function (item) {
  19. // fire the showChildren method on the ViewModel
  20. }
  21. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement