fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
- Wydzielenie synchronizacji przewijania do pluginu jQuery: jquery.autoscroll.js.
[redakcja.git]
/
project
/
templates
/
explorer
/
file_xml.html
diff --git
a/project/templates/explorer/file_xml.html
b/project/templates/explorer/file_xml.html
index
18866d2
..
5bad3c4
100644
(file)
--- a/
project/templates/explorer/file_xml.html
+++ b/
project/templates/explorer/file_xml.html
@@
-4,6
+4,7
@@
<script src="/static/js/jquery.fieldselection.js" type="text/javascript" charset="utf-8"></script>
<script src="/static/js/jquery.lazyload.js" type="text/javascript" charset="utf-8"></script>
<script src="/static/js/codemirror/codemirror.js" type="text/javascript" charset="utf-8"></script>
<script src="/static/js/jquery.fieldselection.js" type="text/javascript" charset="utf-8"></script>
<script src="/static/js/jquery.lazyload.js" type="text/javascript" charset="utf-8"></script>
<script src="/static/js/codemirror/codemirror.js" type="text/javascript" charset="utf-8"></script>
+ <script src="/static/js/jquery.autoscroll.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
function addEditorButton(label, fn) {
$('<button type="button">' + label + '</button>').click(function(event) {
<script type="text/javascript" charset="utf-8">
function addEditorButton(label, fn) {
$('<button type="button">' + label + '</button>').click(function(event) {
@@
-48,10
+49,7
@@
});
$('iframe').load(function() {
});
$('iframe').load(function() {
- $($('iframe').contents()).scroll(function() {
- var percentScrolled = $('body', this).scrollTop() / $('body', this).height();
- $('#images-wrap').scrollTop(percentScrolled * $('#images').height());
- });
+ $('#images').autoscroll('iframe');
setTimeout(function() {resizePanels();}, 10);
})
setTimeout(function() {resizePanels();}, 10);
})
@@
-59,7
+57,7
@@
addEditorButton('utwór', function(text) { return '<utwor>' + text + '</utwor>'; });
addEditorButton('akap', function(text) { return '<akap>' + text + '</akap>'; });
addEditorButton('utwór', function(text) { return '<utwor>' + text + '</utwor>'; });
addEditorButton('akap', function(text) { return '<akap>' + text + '</akap>'; });
- $('#images-wrap').lazyload('.image-box', {threshold: 6
00
});
+ $('#images-wrap').lazyload('.image-box', {threshold: 6
40 * 10, scrollTreshold: 640 * 5
});
});
</script>
});
</script>