mediawiki-extensions-Visual.../modules/es/bases
2011-11-15 11:12:06 +00:00
..
es.DocumentBranchNode.js Add very basic implementation of traverseNodes(), with tests. This doesn't respect the from parameter (so tests 3-6 fail); I will rewrite it from recursive to iterative so it can support that. 2011-11-15 11:12:06 +00:00
es.DocumentLeafNode.js Added es.DocumentLeafNode, which like es.DocumentBranchNode is a mixin-like class (we may want to switch to using a more natural composition mechanism than es.extendClass in the future) - now es.DocumentNode also has an abstract method called hasChildren which returns a boolean and can indicate if a node is a leaf or a branch. 2011-11-10 19:26:02 +00:00
es.DocumentModelBranchNode.js Fixed order of operations and added missing attach operation to splicing nodes in a model branch 2011-11-14 19:47:44 +00:00
es.DocumentModelLeafNode.js Added extra condition to prevent undefined object errors 2011-11-14 19:48:25 +00:00
es.DocumentModelNode.js Fix JS error when getElementType() is called on a document node 2011-11-10 15:13:57 +00:00
es.DocumentNode.js Added es.DocumentLeafNode, which like es.DocumentBranchNode is a mixin-like class (we may want to switch to using a more natural composition mechanism than es.extendClass in the future) - now es.DocumentNode also has an abstract method called hasChildren which returns a boolean and can indicate if a node is a leaf or a branch. 2011-11-10 19:26:02 +00:00
es.DocumentViewBranchNode.js Added scope function to transaction processing so inserting </p></li><li><p> works 2011-11-14 21:54:53 +00:00
es.DocumentViewLeafNode.js Added es.DocumentLeafNode, which like es.DocumentBranchNode is a mixin-like class (we may want to switch to using a more natural composition mechanism than es.extendClass in the future) - now es.DocumentNode also has an abstract method called hasChildren which returns a boolean and can indicate if a node is a leaf or a branch. 2011-11-10 19:26:02 +00:00
es.DocumentViewNode.js Fixed documentation for inheritance 2011-11-14 19:50:28 +00:00
es.EventEmitter.js Reorganized model nodes into branches and leafs 2011-11-03 21:48:40 +00:00