editor: actions implementation
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Mon, 14 Apr 2014 09:24:12 +0000 (11:24 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Wed, 23 Apr 2014 11:05:04 +0000 (13:05 +0200)
commit9831076c8f7385dffb533e0327cc7dd7c9f1ef92
treec9c0bc2a68d75250cf0d829c17a45e4b0a1fb0b9
parente9aaf1e41c5e695136d06f008c06b287da7d3eda
editor: actions implementation
23 files changed:
src/editor/modules/documentCanvas/canvas/canvas.js
src/editor/modules/documentCanvas/canvas/wlxmlListener.js
src/editor/modules/documentCanvas/commands.js [deleted file]
src/editor/modules/documentCanvas/documentCanvas.js
src/editor/modules/documentToolbar/actionView.js [new file with mode: 0644]
src/editor/modules/documentToolbar/documentToolbar.js
src/editor/modules/documentToolbar/documentToolbar.less
src/editor/modules/documentToolbar/template.html
src/editor/modules/documentToolbar/templates/actionView.html [new file with mode: 0644]
src/editor/modules/documentToolbar/templates/actionViewButton.html [new file with mode: 0644]
src/editor/modules/documentToolbar/templates/actionViewSelection.html [new file with mode: 0644]
src/editor/modules/metadataEditor/metadataEditor.js
src/editor/modules/nodeBreadCrumbs/nodeBreadCrumbs.js
src/editor/modules/nodeBreadCrumbs/template.html
src/editor/modules/nodeFamilyTree/nodeFamilyTree.js
src/editor/modules/nodePane/nodePane.js
src/editor/modules/rng/rng.js
src/editor/plugins/core/core.js
src/editor/plugins/core/footnote.js [new file with mode: 0644]
src/editor/plugins/core/lists.js [new file with mode: 0644]
src/editor/plugins/core/switch.js [new file with mode: 0644]
src/editor/plugins/core/templates.js [new file with mode: 0644]
tests/main.js