mediawiki-extensions-Visual.../modules/es/bases
2011-11-24 15:34:12 +00:00
..
es.DocumentBranchNode.js Add an extra offset parameter to selectNodes() and use it in the recursion, so the results of recursive calls don't need to have their globalRanges translated 2011-11-17 18:00:16 +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 Introduce es.DocumentNode.getCommonAncestorPaths(), with tests 2011-11-24 15:34:12 +00:00
es.DocumentViewBranchNode.js Fixed the last of the rendering to much bugs - now things are rendered when needed only 2011-11-17 19:05:06 +00:00
es.DocumentViewLeafNode.js Made leaf nodes listen for updates from their content views and emit updates themselves in response. 2011-11-16 00:24:46 +00:00
es.DocumentViewNode.js Implementation of static function es.DocumentViewNode.getSplitableNode 2011-11-18 06:49:00 +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