mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
add '_node_renmaing' class to '#siteMapTree' when renaming UI is active
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12115 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dee611e323
commit
302ad003c4
1 changed files with 10 additions and 0 deletions
|
|
@ -674,6 +674,9 @@ function onSiteMapReceived(htData){
|
|||
}
|
||||
|
||||
})
|
||||
.bind("rename.jstree", function(event, data){
|
||||
$("#siteMapTree").removeClass("_node_renaming");
|
||||
})
|
||||
.bind("rename_node.jstree", function(event, data){
|
||||
//console.log(1, event, data);
|
||||
/*
|
||||
|
|
@ -1422,6 +1425,13 @@ jQuery(function($){
|
|||
});
|
||||
$("._renameSiteMap").click(function(){
|
||||
$("#siteMapTree").jstree("rename");
|
||||
|
||||
/*
|
||||
var sSelectedMenuSrl = $._xeAdminVar.sSelectedMenuSrl;
|
||||
var $node = $('#menu'+sSelectedMenuSrl);
|
||||
$node.addClass('_node_renaming');
|
||||
*/
|
||||
$("#siteMapTree").addClass('_node_renaming');
|
||||
});
|
||||
$('#properties').bind("show", function(ev, htOpt){
|
||||
$('#site_map').next().hide(null, null, null, htOpt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue