mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user