mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
started work on image cropping...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
33ee63cafa
commit
708922cd7e
@ -34,7 +34,9 @@ function createWindow(){
|
|||||||
show: false,
|
show: false,
|
||||||
|
|
||||||
// XXX get from config... (???)
|
// XXX get from config... (???)
|
||||||
//backgroundColor: XXX,
|
backgroundColor: '#333333',
|
||||||
|
|
||||||
|
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 600,
|
height: 600,
|
||||||
|
|
||||||
|
|||||||
18
ui (gen4)/experiments/image-crop-edit.html
Executable file
18
ui (gen4)/experiments/image-crop-edit.html
Executable file
@ -0,0 +1,18 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<style>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<script src="../ext-lib/jquery.js"></script>
|
||||||
|
<script src="../ext-lib/jquery-ui.js"></script>
|
||||||
|
|
||||||
|
<script src="../lib/jli.js"></script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
x
Reference in New Issue
Block a user