Aleksander Nowodzinski 600e608c8e Aligned Template class to the View#render API. Changed type of Template#children (ViewCollection->Array). Implemented Template#getViews() generator. 8 年 前
..
_utils a65c36ef2c Code style: Aligned code style to new ESLint version. 8 年 前
_utils-tests 891554cafa Made createTestUIView helper synchronous. 8 年 前
bindings 90e04b596b Other: The escPressHandler function should be replaced by the KeystrokeHandler. Closes #150. 8 年 前
button ec5f954b47 Imporved weird name of test case. 8 年 前
dropdown 8fad60e47e Made DropdownView synchronous. 8 年 前
editableui cda7a76db0 Enabled CSS rounded corners support in the EditableUIView class. Improved .ck-icon scaling. 8 年 前
editorui f367ccdad6 Other: Removed legacy width and height attributes from the BoxedEditorUIView. 8 年 前
icon dcff3bcc36 Updated imports to use scoped packages. 9 年 前
iframe a679c2cf96 Aligned the code style. 8 年 前
inputtext 579deb9c6a Added TextInputView#isReadOnly state. 8 年 前
label dcff3bcc36 Updated imports to use scoped packages. 9 年 前
labeledinput aa106f0867 Bound LabeledInputView's class to #isReadOnly attribute. 8 年 前
list ee3bee8545 Used KeystrokeHandler instead of Template binding to avoid code duplication. 8 年 前
manual a2e22df2b1 Tests: Fixed broken #170 manual test. Closes #301. 8 年 前
notification a65c36ef2c Code style: Aligned code style to new ESLint version. 8 年 前
panel 7daa576bf6 Tests: Fixed failing BalloonPanelView tests after ckeditor/ckeditor5-utils#175. 8 年 前
toolbar 0dc6c80d90 Fix: `ContextualToolbar` will accept the object format of `config.contextualToolbar`. Closes #316. 8 年 前
tooltip 772003c3ce Hide tooltip when text is empty. 8 年 前
componentfactory.js c11d924ab9 Added ComponentFactory#has method. 8 年 前
focuscycler.js a679c2cf96 Aligned the code style. 8 年 前
model.js a679c2cf96 Aligned the code style. 8 年 前
template.js 600e608c8e Aligned Template class to the View#render API. Changed type of Template#children (ViewCollection->Array). Implemented Template#getViews() generator. 8 年 前
view.js 945d718ca5 Replaced View#element on-demand rendering with the #render method. Renamed addChildren(), removeChildren() -> registerChildren(), deregisterChildren(). 8 年 前
viewcollection.js b7332235c8 Made View and ViewCollection classes synchronous. 8 年 前