tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-01-04 19:39:04 +03:00
parent 863064c5c0
commit 4617fe512b
2 changed files with 21 additions and 3 deletions

View File

@ -860,8 +860,16 @@ var FileSystemLoaderUIActions = actions.Actions({
showNonTraversable: true, showNonTraversable: true,
showDisabled: true, showDisabled: true,
//actionButton: '&ctdot;', // down then left arrow (long)
//actionButton: '&#11168;', // down then left arrow (long)
//actionButton: '&#9657;', // right-pointing white triangle
//actionButton: '&#9721;', // ne white triangle
//actionButton: '&#8599;', // ne arrow
//actionButton: '&#11171;', // up then right arrow
//actionButton: '&#187;', // right-pointing double angle
// quotation mark
// XXX not sure about this... // XXX not sure about this...
actionButton: '&#128194;', //actionButton: '&#128194;', // folder icon (color)
}, },
}, },

View File

@ -296,8 +296,18 @@ WalkPrototype.options = {
sortTraversable: 'first', sortTraversable: 'first',
//actionButton: '&ctdot;', //actionButton: '&ctdot;', // "..."
actionButton: '&odot;', //actionButton: '&odot;', // circle with dot
actionButton: '&#11168;', // down then left arrow (long)
//actionButton: '&#9657;', // right-pointing white triangle
//actionButton: '&#9721;', // ne white triangle
//actionButton: '&#8599;', // ne arrow
//actionButton: '&#11171;', // up then right arrow
//actionButton: '&#187;', // right-pointing double angle
// quotation mark
// XXX not sure about this...
//actionButton: '&#128194;', // folder icon (color)
pushButton: false, pushButton: false,
list: listDir, list: listDir,