mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
Compare commits
No commits in common. "a2e3d9c0dafe478b5018b26f26445cde1fe1c141" and "67c1cc17f58d87f1d2c459b58ad4963a12051591" have entirely different histories.
a2e3d9c0da
...
67c1cc17f5
@ -1,7 +1,6 @@
|
||||
/**********************************************************************
|
||||
*
|
||||
*
|
||||
* XXX need better general/arch docs...
|
||||
*
|
||||
**********************************************************************/
|
||||
|
||||
@ -164,58 +163,6 @@ var getText = function(elem){
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
// Plugins...
|
||||
//
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
//
|
||||
// var somePlugin = {
|
||||
// __proto__: plugin,
|
||||
//
|
||||
// XXX
|
||||
// }
|
||||
//
|
||||
// .encode(<str>)
|
||||
// -> <str>
|
||||
//
|
||||
// .__setup__(<editor>)
|
||||
// -> <this>
|
||||
//
|
||||
//
|
||||
// .__parse_code__(<string>, <editor>, <elem>)
|
||||
// -> <string>
|
||||
//
|
||||
//
|
||||
// .__pre_parse__(<string>, <editor>, <elem>)
|
||||
// -> <string>
|
||||
//
|
||||
// .__parse__(<string>, <editor>, <elem>)
|
||||
// -> <string>
|
||||
//
|
||||
// .__post_parse__(<string>, <editor>, <elem>)
|
||||
// -> <string>
|
||||
//
|
||||
//
|
||||
// .__parse_attrs__(<attrs>, <editor>, <elem>)
|
||||
// -> <attrs>
|
||||
//
|
||||
// .__change__()
|
||||
//
|
||||
// .__editedview__()
|
||||
// .__editedcode__()
|
||||
//
|
||||
// .__click__()
|
||||
// .__focusin__()
|
||||
// .__focusout__()
|
||||
// .__keydown__()
|
||||
// .__keyup__()
|
||||
//
|
||||
//
|
||||
// NOTE: new extension methods can be defined/called in plugins via
|
||||
// the .runPlugins(..) method.
|
||||
//
|
||||
//
|
||||
//
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
//
|
||||
|
||||
// general helpers and utils...
|
||||
var plugin = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user