Trevor Parscal
|
872d2bdb9d
|
Fixed onAfterSplice in es.DocumentViewBranchNode to update the DOM correctly
Fixed issue where events were being listened to from this instead of this.model
Added rendering calls after structural changes
|
2011-11-14 19:50:04 +00:00 |
|
Trevor Parscal
|
713a80596d
|
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 |
|
Inez Korczynski
|
4c8746d661
|
Add CSS class 'es-viewBranchNode-firstChild' to all first childs of ViewBranchNode
|
2011-11-07 22:38:01 +00:00 |
|
Inez Korczynski
|
bcaa5c2945
|
Add CSS class 'es-ViewBranchNode-firstChild' to all first childs of ViewBranchNode
|
2011-11-07 22:29:28 +00:00 |
|
Trevor Parscal
|
764f2b0e65
|
Reorganized model nodes into branches and leafs
|
2011-11-03 21:48:40 +00:00 |
|
Inez Korczynski
|
5f533f0a1d
|
Implementation of selecting elements with mouse and fix for drawSelection method in DocumentViewBranchNode (it was off by one)
|
2011-11-03 20:27:57 +00:00 |
|
Inez Korczynski
|
4a1167117b
|
Make drawSelection in ContentView works without parameter range being passed and the same for DocumentNode. Define getElementLength and getContentLength as methods in DocumentViewNode.
|
2011-11-02 22:53:14 +00:00 |
|
Trevor Parscal
|
2b499d5990
|
Reorganized modules by javascript namespace
|
2011-11-02 21:31:45 +00:00 |
|