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()
|
||||
});
|
||||
|
||||
// basic navigation...
|
||||
function prevImage(){
|
||||
$('.current-image').prev('.image').click()
|
||||
}
|
||||
|
||||
function nextImage(){
|
||||
$('.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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user