Changes between Version 4 and Version 5 of Ticket #12875, comment 4
- Timestamp:
- Feb 4, 2015, 10:45:14 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12875, comment 4
v4 v5 10 10 1. The same as above about the CodeMirror and plugins used with it. 11 11 1. Update CodeMirror if it got any updates. Also, I would consider installing it and the plugins we use through npm. 12 1. Both editors should by default load the toolbar layout that is actually set (which editor would use). Now they load all buttons in one row which is not true for normal editor. See the old toolbar sample to learn how to read toolbar layout.12 1. **Artur** Both editors should by default load the toolbar layout that is actually set (which editor would use). Now they load all buttons in one row which is not true for normal editor. See the old toolbar sample to learn how to read toolbar layout. 13 13 1. **DONE:** There's some error thrown right now. 14 14 1. **DONE:** We don't need the "Toggle editable" button.