fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
c821de3
)
Otwieranie do edycji motywów i przypisów zaraz po ich wstawieniu.
author
zuber
<marek@stepniowski.com>
Tue, 19 Jan 2010 22:17:15 +0000
(23:17 +0100)
committer
zuber
<marek@stepniowski.com>
Tue, 19 Jan 2010 22:17:15 +0000
(23:17 +0100)
platforma/static/js/main.js
patch
|
blob
|
history
diff --git
a/platforma/static/js/main.js
b/platforma/static/js/main.js
index
ef4e799
..
9262c18
100644
(file)
--- a/
platforma/static/js/main.js
+++ b/
platforma/static/js/main.js
@@
-358,7
+358,9
@@
function html(element) {
xml2html({
xml: '<pr><slowo_obce>'+text+'</slowo_obce> --- </pr>',
success: function(text) {
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();
},
error: function() {
tag.remove();
@@
-366,7
+368,7
@@
function html(element) {
}
})
}
}
})
}
-
+
function addTheme()
{
var selection = window.getSelection();
function addTheme()
{
var selection = window.getSelection();
@@
-437,6
+439,7
@@
function html(element) {
spoint.insertNode(btag[0])
btag.replaceWith(text);
selection.removeAllRanges();
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
left: x,
top: y,
width: w
- // right: 0
}).appendTo($box[0].offsetParent || $box.parent()).show();
console.log($overlay, $box[0].offsetParent || $box.parent());
}).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();
setTimeout(function() {
$('textarea', $overlay).focus();
- },
10
0);
+ },
5
0);
$('textarea', $overlay).one('blur', function(event) {
var nodeName = $box.attr('x-node') || 'pe';
$('textarea', $overlay).one('blur', function(event) {
var nodeName = $box.attr('x-node') || 'pe';