mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-16 16:21:40 +00:00
started work on editor interface prototype...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
db57ad39da
commit
e64032cd16
@ -60,13 +60,29 @@ $(document).ready(function() {
|
|||||||
$('.current-image').click()
|
$('.current-image').click()
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// basic navigation...
|
||||||
function prevImage(){
|
function prevImage(){
|
||||||
$('.current-image').prev('.image').click()
|
$('.current-image').prev('.image').click()
|
||||||
}
|
}
|
||||||
|
|
||||||
function nextImage(){
|
function nextImage(){
|
||||||
$('.current-image').next('.image').click()
|
$('.current-image').next('.image').click()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// XXX move to above ribbon...
|
||||||
|
|
||||||
|
// XXX move to below ribbon...
|
||||||
|
|
||||||
|
|
||||||
|
// create ribbon above/below helpers...
|
||||||
|
// XXX
|
||||||
|
|
||||||
|
// promote...
|
||||||
|
// XXX
|
||||||
|
|
||||||
|
// demote...
|
||||||
|
// XXX
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user