Frage

After creating a table in the redactor widget I want to jump through the cells with typing a "tab". Is there any setting for this? I could not find anything like that in the docs.

War es hilfreich?

Lösung

You can use selectionEnd : Set cursor to the end of an element

example with external call:

$('#redactor').redactor('selectionEnd', element);

Reference: http://imperavi.com/redactor/docs/api/#h-selection

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top