Changes between Initial Version and Version 1 of Ticket #13411, comment 1
- Timestamp:
- Jun 17, 2015, 8:49:39 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13411, comment 1
initial v1 3 3 4 4 If this is real life use case and you can't avoid it, please experiment with setTimeout e.g. https://jsfiddle.net/umjyd4oj/7/.[[BR]] 5 I think however that better approach would be creating CKEditor on demand e.g. when user clicks into textarea. Also another approach is creating inline editors (instead of “iframed” ones) as shown here: https://jsfiddle.net/umjyd4oj/8/ .5 I think however that better approach would be creating CKEditor on demand e.g. when user clicks into textarea. Also another approach is creating inline editors (instead of “iframed” ones) as shown here: https://jsfiddle.net/umjyd4oj/8/ (timeout value can be decreased). 6 6 7 7