This commit is contained in:
Andreas Österreicher
2013-11-19 08:09:36 +00:00
parent f4b8614ce4
commit a4133174f1
46 changed files with 33838 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
$.extend($.fn.treegrid.defaults, {
expanderTemplate: '<i class="treegrid-expander"></i>',
expanderExpandedClass: 'icon-chevron-down',
expanderCollapsedClass: 'icon-chevron-right'
});