Domanda

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.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top