xml2html({
xml: '<pr><slowo_obce>'+text+'</slowo_obce> --- </pr>',
success: function(text) {
- tag.replaceWith(text);
+ var t = $(text);
+ tag.replaceWith(t);
+ openForEdit(t);
},
error: function() {
tag.remove();
}
})
}
-
+
function addTheme()
{
var selection = window.getSelection();
spoint.insertNode(btag[0])
btag.replaceWith(text);
selection.removeAllRanges();
+ openForEdit($('.motyw[theme-class=' + id + ']'));
}
});
}
left: x,
top: y,
width: w
- // right: 0
}).appendTo($box[0].offsetParent || $box.parent()).show();
console.log($overlay, $box[0].offsetParent || $box.parent());
setTimeout(function() {
$('textarea', $overlay).focus();
- }, 100);
+ }, 50);
$('textarea', $overlay).one('blur', function(event) {
var nodeName = $box.attr('x-node') || 'pe';