mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9e46e7dbab
commit
018f4aafd0
@ -739,7 +739,7 @@ var URLHistoryUIActions = actions.Actions({
|
|||||||
['<span class="show-on-hover">↗</span>',
|
['<span class="show-on-hover">↗</span>',
|
||||||
function(p){ dialog.browsePath(p) }],
|
function(p){ dialog.browsePath(p) }],
|
||||||
// XXX should the normal items have a "to top" button???
|
// XXX should the normal items have a "to top" button???
|
||||||
'TO_TOP',
|
['♦', 'TO_TOP'],
|
||||||
'PIN',
|
'PIN',
|
||||||
'REMOVE',
|
'REMOVE',
|
||||||
],
|
],
|
||||||
|
|||||||
@ -1721,10 +1721,6 @@ var WidgetTestActions = actions.Actions({
|
|||||||
make.EditablePinnedList(letters, pins, {
|
make.EditablePinnedList(letters, pins, {
|
||||||
list_id: 'letters',
|
list_id: 'letters',
|
||||||
//pins_sortable: false,
|
//pins_sortable: false,
|
||||||
buttons: [
|
|
||||||
'UP',
|
|
||||||
'TO_BOTTOM',
|
|
||||||
],
|
|
||||||
})
|
})
|
||||||
|
|
||||||
// NOTE: the dialog's .parent is not yet set at this point...
|
// NOTE: the dialog's .parent is not yet set at this point...
|
||||||
|
|||||||
@ -597,9 +597,11 @@ function(data, options){
|
|||||||
// // will get removed.
|
// // will get removed.
|
||||||
// // NOTE: if button is enabled but no placeholder is preset
|
// // NOTE: if button is enabled but no placeholder is preset
|
||||||
// // it will be appended to the button list.
|
// // it will be appended to the button list.
|
||||||
|
// // NOTE: special buttons can be set in one of two formats,
|
||||||
|
// // see UP for an example...
|
||||||
// //
|
// //
|
||||||
// // Up...
|
// // Up...
|
||||||
// 'UP',
|
// 'UP' | ['html', 'UP'],
|
||||||
// // Down...
|
// // Down...
|
||||||
// 'DOWN',
|
// 'DOWN',
|
||||||
// // Move to top...
|
// // Move to top...
|
||||||
@ -607,7 +609,7 @@ function(data, options){
|
|||||||
// // Move to bottom...
|
// // Move to bottom...
|
||||||
// 'TO_BOTTOM'
|
// 'TO_BOTTOM'
|
||||||
// // Remove item...
|
// // Remove item...
|
||||||
// 'REMOVE'
|
// 'REMOVE',
|
||||||
//
|
//
|
||||||
// // See: itemButtons doc in browse.js for more info...
|
// // See: itemButtons doc in browse.js for more info...
|
||||||
// ..
|
// ..
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user