documentation fixes
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 7 Jun 2010 19:56:19 +0000 (13:56 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 7 Jun 2010 19:56:19 +0000 (13:56 -0600)
horde/js/keynavlist.js

index af6ec11..cb01b76 100644 (file)
  *                            by default
  *                      'v' - (value) Value of entry
  *     'onChoose' - (function) Called when an entry is selected. Passed the
- *                             entry value.
+ *                  entry value.
  *     'onHide' - (function) Called when the list is hidden. Passed the
- *                           list container element.
+ *                list container element.
  *     'onShow' - (function) Called when the list is shown. Passed the
- *                           list container element.
+ *                list container element.
  *     'domParent' - (Element) Specifies the parent element. Defaults to
- *                              document.body
- *     'keydownObserver - (Element) The element to register the keydown handler
- *                                  on. Defaults to document.
+ *                   document.body
+ *     'keydownObserver' - (Element) The element to register the keydown
+ *                         handler on. Defaults to document.
  * });
  *
  * [base = (Element) The element to use for display positioning purposes]