mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
re-did the sort doc doc...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0283beddf6
commit
e84afb1f32
@ -731,6 +731,18 @@ var SortUIActions = actions.Actions({
|
|||||||
// ...method docs do not exist at this point...
|
// ...method docs do not exist at this point...
|
||||||
// XXX do a better action calling scheme...
|
// XXX do a better action calling scheme...
|
||||||
showSortMethodDoc: ['- Sort/',
|
showSortMethodDoc: ['- Sort/',
|
||||||
|
core.doc`
|
||||||
|
|
||||||
|
Show sort method doc...
|
||||||
|
.showSortMethodDoc(method)
|
||||||
|
|
||||||
|
Show sort method doc with expanded method list...
|
||||||
|
.showSortMethodDoc(method, true)
|
||||||
|
|
||||||
|
Show sort method doc with flat method list...
|
||||||
|
.showSortMethodDoc(method, false)
|
||||||
|
|
||||||
|
`,
|
||||||
widgets.makeUIDialog(function(method, expand, indent){
|
widgets.makeUIDialog(function(method, expand, indent){
|
||||||
var that = this
|
var that = this
|
||||||
expand = expand || this.config['sort-doc-expand-methods'] || false
|
expand = expand || this.config['sort-doc-expand-methods'] || false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user