mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
save state of jqtree widget
has no effect currently
This commit is contained in:
parent
d1da7adadc
commit
69e262cea3
|
@ -1197,6 +1197,7 @@ function clearFilename<?php print $formName ?>() {
|
|||
var data = <?php echo json_encode($tree); ?>;
|
||||
$(function() {
|
||||
$('#jqtree<?php echo $formid ?>').tree({
|
||||
saveState: true,
|
||||
data: data,
|
||||
openedIcon: '<i class="icon-minus-sign"></i>',
|
||||
closedIcon: '<i class="icon-plus-sign"></i>',
|
||||
|
|
Loading…
Reference in New Issue
Block a user