Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top