mediawiki-extensions-Visual.../modules/es/bases
Trevor Parscal 5f4a2b2141 * Added support for inserting content at a structural offset
* Broke rebuildNodes into 2 parts so insert can use just buildNodes when inserting whole nodes
* Added getIndexFromOffset to es.DocumentModelBranchNode objects, which returns an index of a child node from an offset
2011-11-16 20:39:48 +00:00
..
es.DocumentBranchNode.js * Added support for inserting content at a structural offset 2011-11-16 20:39:48 +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 Changed nodes to selectedNodes for clarity 2011-11-16 00:01:35 +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 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