mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 19:00:09 +00:00
started work on info/comment panels...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e1ba6e0709
commit
f757f776ff
16
ui/ui.js
16
ui/ui.js
@ -1302,6 +1302,22 @@ function showImageInfo(){
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*********************************************************************/
|
||||||
|
|
||||||
|
// XXX need a propper:
|
||||||
|
// - update mechanics...
|
||||||
|
// - save mechanics
|
||||||
|
function makeCommentPanel(panel){
|
||||||
|
return makeSubPanel(
|
||||||
|
'Info: Comment',
|
||||||
|
$('Comment: <div class="comment" contenteditable/>'),
|
||||||
|
panel,
|
||||||
|
true,
|
||||||
|
true)
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*********************************************************************/
|
/*********************************************************************/
|
||||||
|
|
||||||
function setupUI(viewer){
|
function setupUI(viewer){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user