var label = node.attr('wlxml-tag');\r
if(node.attr('wlxml-class'))\r
label += ' / ' + node.attr('wlxml-class');\r
- var tag = $('<div>').addClass('rng-visualEditor-nodeHoverTag').text(label);\r
+ var tag = $('<div>').addClass('rng-module-documentCanvas-hoveredNodeTag').text(label);\r
node.append(tag);\r
}\r
},\r
dimNode: function(node) {\r
if(!this.gridToggled) {\r
node.removeClass('rng-hover');\r
- node.find('.rng-visualEditor-nodeHoverTag').remove();\r
+ node.find('.rng-module-documentCanvas-hoveredNodeTag').remove();\r
}\r
},\r
highlightNodeById: function(id) {\r