From: zuber Date: Tue, 19 Jan 2010 22:17:15 +0000 (+0100) Subject: Otwieranie do edycji motywów i przypisów zaraz po ich wstawieniu. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/661a128f3a3f7bcaac5a33c7f00eb7e790f469d5 Otwieranie do edycji motywów i przypisów zaraz po ich wstawieniu. --- diff --git a/platforma/static/js/main.js b/platforma/static/js/main.js index ef4e7992..9262c187 100644 --- a/platforma/static/js/main.js +++ b/platforma/static/js/main.js @@ -358,7 +358,9 @@ function html(element) { xml2html({ xml: ''+text+' --- ', success: function(text) { - tag.replaceWith(text); + var t = $(text); + tag.replaceWith(t); + openForEdit(t); }, error: function() { tag.remove(); @@ -366,7 +368,7 @@ function html(element) { } }) } - + function addTheme() { var selection = window.getSelection(); @@ -437,6 +439,7 @@ function html(element) { spoint.insertNode(btag[0]) btag.replaceWith(text); selection.removeAllRanges(); + openForEdit($('.motyw[theme-class=' + id + ']')); } }); } @@ -476,7 +479,6 @@ function html(element) { left: x, top: y, width: w - // right: 0 }).appendTo($box[0].offsetParent || $box.parent()).show(); console.log($overlay, $box[0].offsetParent || $box.parent()); @@ -493,7 +495,7 @@ function html(element) { setTimeout(function() { $('textarea', $overlay).focus(); - }, 100); + }, 50); $('textarea', $overlay).one('blur', function(event) { var nodeName = $box.attr('x-node') || 'pe';