From 28d0da244714049ff2f60769c6a2ec1aba1ff174 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 8 Mar 2025 17:51:29 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/editor.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/experiments/outline-editor/editor.js b/experiments/outline-editor/editor.js index 9915b88..917bb52 100755 --- a/experiments/outline-editor/editor.js +++ b/experiments/outline-editor/editor.js @@ -197,14 +197,22 @@ var getText = function(elem){ // .__parse_attrs__(, , ) // -> // +// .__change__() +// +// .__editedview__() +// .__editedcode__() +// // .__click__() // .__focusin__() // .__focusout__() // .__keydown__() // .__keyup__() -// .__editedcode__() // // +// NOTE: new extension methods can be defined/called in plugins via +// the .runPlugins(..) method. +// +// // // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - //