From e84afb1f328e1686725f45af52b6fa7c7a054ab2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 28 Oct 2018 01:07:00 +0300 Subject: [PATCH] re-did the sort doc doc... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/sort.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ui (gen4)/features/sort.js b/ui (gen4)/features/sort.js index 988218e7..df642702 100755 --- a/ui (gen4)/features/sort.js +++ b/ui (gen4)/features/sort.js @@ -731,6 +731,18 @@ var SortUIActions = actions.Actions({ // ...method docs do not exist at this point... // XXX do a better action calling scheme... 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){ var that = this expand = expand || this.config['sort-doc-expand-methods'] || false