editor-lists-debug.js revision c653ab6f9e382f9eca2d44393ee71262257fbe55
457N/A * Handles list manipulation inside the Editor. Adds keyboard manipulation and execCommand support. Adds overrides for the <a href="Plugin.ExecCommand.html#method_COMMANDS.insertorderedlist">insertorderedlist</a> and <a href="Plugin.ExecCommand.html#method_COMMANDS.insertunorderedlist">insertunorderedlist</a> execCommands.
457N/A * Handles list manipulation inside the Editor. Adds keyboard manipulation and execCommand support. Adds overrides for the <a href="Plugin.ExecCommand.html#method_COMMANDS.insertorderedlist">insertorderedlist</a> and <a href="Plugin.ExecCommand.html#method_COMMANDS.insertunorderedlist">insertunorderedlist</a> execCommands.
457N/A var EditorLists = function() {
457N/A * Listener for host's nodeChange event and captures the tabkey interaction only when inside a list node.
457N/A _onNodeChange: function(e) {
844N/A e.preventDefault();
initializer: function() {
ATTRS: {
host: {
value: false