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
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
es.DocumentNode.js
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