Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-03-08 17:51:29 +03:00
parent 03ee254765
commit 28d0da2447

View File

@ -197,14 +197,22 @@ var getText = function(elem){
// .__parse_attrs__(<attrs>, <editor>, <elem>) // .__parse_attrs__(<attrs>, <editor>, <elem>)
// -> <attrs> // -> <attrs>
// //
// .__change__()
//
// .__editedview__()
// .__editedcode__()
//
// .__click__() // .__click__()
// .__focusin__() // .__focusin__()
// .__focusout__() // .__focusout__()
// .__keydown__() // .__keydown__()
// .__keyup__() // .__keyup__()
// .__editedcode__()
// //
// //
// NOTE: new extension methods can be defined/called in plugins via
// the .runPlugins(..) method.
//
//
// //
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// //