⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
GED
All Projects
Silverpeas
»
Silverpeas Components
»
GED
Overview
Activity
Roadmap
Issues
Spent time
Gantt
Calendar
Download (259 Bytes)
Feature #4384
ยป kmelia.js
Nicolas Eysseric
, 02/08/2014 12:47 AM
$
(
function
()
{
try
{
$
(
"
#treeDiv1
"
).
bind
(
"
select_node.jstree
"
,
function
(
e
,
data
)
{
var
id
=
"
#
"
+
$
(
data
.
rslt
.
obj
).
attr
(
'
id
'
);
$
.
jstree
.
_reference
(
id
).
open_node
(
id
);
});
}
catch
(
e
)
{
// do nothing
}
});
(1-1/1)
Loading...