back to project page

ChenilleKit Demo V1.0.2

code snippet
@Component(parameters = {"value=editor1Value"})
private Editor editor1;
sample (full featured)
code snippet
@Component(parameters = {"value=editor2Value",
    "customConfiguration=asset:../assets/js/myEditorConfig.js",
    "toolbarSet=MyToolbar"})
private Editor editor2;
sample (customized)
Footer