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
|
@ -1196,7 +1196,8 @@ function clearFilename<?php print $formName ?>() {
|
||||||
<script language="JavaScript">
|
<script language="JavaScript">
|
||||||
var data = <?php echo json_encode($tree); ?>;
|
var data = <?php echo json_encode($tree); ?>;
|
||||||
$(function() {
|
$(function() {
|
||||||
$('#jqtree<?php echo $formid ?>').tree({
|
$('#jqtree<?php echo $formid ?>').tree({
|
||||||
|
saveState: true,
|
||||||
data: data,
|
data: data,
|
||||||
openedIcon: '<i class="icon-minus-sign"></i>',
|
openedIcon: '<i class="icon-minus-sign"></i>',
|
||||||
closedIcon: '<i class="icon-plus-sign"></i>',
|
closedIcon: '<i class="icon-plus-sign"></i>',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user