mediawiki-extensions-Visual.../modules/es/bases
2011-11-15 18:17:26 +00:00
..
es.DocumentBranchNode.js Fixed documentation and use of es.arrayIndexOf to match the actual API of $.inArray (value, array, fromIndex). Renamed function to inArray to reduce confusion about how the function works. 2011-11-15 18:17:26 +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 Move .indexOf() from es.DocumentModelBranchNode to es.DocumentBranchNode and use it in .traverseLeafNodes() 2011-11-15 16:24:33 +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 Fixed documentation and use of es.arrayIndexOf to match the actual API of $.inArray (value, array, fromIndex). Renamed function to inArray to reduce confusion about how the function works. 2011-11-15 18:17:26 +00:00