Cross Reference:
xref
: /
ontohub
/
app
/
assets
/
javascripts
/
categories.js
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
categories.js revision 5565741215e43ce47d3d3656f02316144d4dab4f
493
N/A
$(
function
() {
0
N/A
$.
jstree
.
_themes
=
"/
assets
/
jstree-themes
/"
;
1130
N/A
$(
".selector"
).
jstree
({
0
N/A
"plugins"
: [
"search"
,
"themes"
,
"html_data"
,
"checkbox"
,
"sort"
,
"ui"
],
0
N/A
"checkbox"
: {
919
N/A
real_checkboxes
:
true
,
919
N/A
real_checkboxes_names
:
function
(n) {
return
[(
"category_ids["
+ n[
0
].
id
+
"]"
),
1
]; },
919
N/A
two_state
:
true
919
N/A
},
919
N/A
"themes"
: {
0
N/A
theme
:
"classic"
,
919
N/A
icons
:
false
919
N/A
}
919
N/A
});
0
N/A
});
919
N/A