Piotrek Koszuliński
|
9dcf1d29c1
Use arrow functions.
|
10 年之前 |
Piotrek Koszuliński
|
aea50efc47
Replaced var with let or const.
|
10 年之前 |
Piotrek Koszuliński
|
cec91884b5
API docs... Ekhm.
|
10 年之前 |
Piotr Jasiun
|
c5678ea7fb
Improved node-not-found-in-parent error.
|
10 年之前 |
Piotr Jasiun
|
1cb0232799
Changed Node.positionInParent to Node.getIndex().
|
10 年之前 |
Piotrek Koszuliński
|
5b42601b31
Changed document.operations namespace to document.operation.
|
10 年之前 |
Piotrek Koszuliński
|
f5e3e89862
Typos, corrections and clarifications in the API docs.
|
10 年之前 |
Szymon Cofalik
|
80a43a4f00
Corrected typos and documentation for Tree Model classes.
|
10 年之前 |
Piotr Jasiun
|
a6027633e5
Small fixes.
|
10 年之前 |
Piotr Jasiun
|
f9d0f3da10
Use iterables instead of arrays.
|
10 年之前 |
Piotr Jasiun
|
27eddaada9
Renamed protected getAttrCount to _getAttrCount.
|
10 年之前 |
Piotr Jasiun
|
f687ea161d
Use Set for nodes.
|
10 年之前 |
Piotr Jasiun
|
74c383037a
Docs and tests for Node.setAttr and Node.removeAttr.
|
10 年之前 |
Piotr Jasiun
|
65b2764301
Node attributes are private now.
|
10 年之前 |
Piotr Jasiun
|
2b1d78116e
element.children is now protected.
|
10 年之前 |
Piotr Jasiun
|
cd1d729841
Added @constructor.
|
10 年之前 |
Piotr Jasiun
|
b1bcaf7c59
Docs: update docs.
|
10 年之前 |
Piotr Jasiun
|
ffd871bc3f
makePositionFromParentAndOffset, makePositionBefore and makePositionAfter do not need root as a parameter. Added node.root getter property.
|
10 年之前 |
Piotr Jasiun
|
9c1b9fd2de
Removed nodeList.push. Introduced element.insertChildren. Element can be created with children. Parent is added automatically when node is inserted.
|
10 年之前 |
Piotr Jasiun
|
cac4f40ddf
Introduced NodeList class.
|
10 年之前 |
Piotr Jasiun
|
7190f6f302
Use CKEditorError.
|
10 年之前 |
Piotr Jasiun
|
9b10cea0cb
Change operation tests and bug fixes.
|
10 年之前 |
Piotr Jasiun
|
3a7346fd76
Introduce operations.
|
10 年之前 |
Piotr Jasiun
|
0507f422e0
Use path to describe position instead of node + offset. Minor changes.
|
10 年之前 |
Piotr Jasiun
|
c60c531b08
nextSibling and previousSibling use positionInParent.
|
10 年之前 |
Piotr Jasiun
|
3e2d47d562
Introduced node.positionInParent property.
|
10 年之前 |
Piotr Jasiun
|
057c65aa7b
Moved properties descriptions.
|
10 年之前 |
Piotr Jasiun
|
f941cb8cc4
Introduced node, element and character classes.
|
10 年之前 |