Software Details:
Version: 4.0.2
Upload Date: 13 May 15
Distribution Type: Freeware
Downloads: 168
Default TAB behavior in Web forms is to shift focus from one field to the next.
Tab Override changes this behavior and actually indents the cursor position, just like in any regular desktop-based text editor.
The library additionally allows indentation of multi-line selections. This can be done via the TAB key, while un-indentation can be done with Shift+TAB.
A demo is included with the download package.
Tab Override is available as:
- a jQuery plugin
- a WordPress plugin
What is new in this release:
- Fixed source map link for IE
- Updated copyright date
What is new in version 4.0.0:
- Changed namespace from TABOVERRIDE to tabOverride
- Moved overrideKeyDown() to tabOverride.handlers.keydown()
- Moved overrideKeyPress() to tabOverride.handlers.keypress()
- Auto indent is now enabled by default
- Added utils namespace with methods: executeExtensions(), isValidModifierKeyCombo(), createListeners(), addListeners(), and removeListeners()
What is new in version 3.2.1:
- For multi-line selections, a line with no selected text is no longer indented.
- Register as an anonymous AMD module instead of a named one.
Requirements:
- JavaScript enabled on client side
Comments not found