Changes between Version 1 and Version 4 of Ticket #11171
- Timestamp:
- Nov 18, 2013, 10:33:39 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11171
-
Property
Status
changed from
confirmed
toassigned
- Property Owner set to Piotrek Koszuliński
-
Property
Status
changed from
-
TabularUnified Ticket #11171 – Description
v1 v4 1 == TC1 == 2 1 3 Use the API sample and add the image2 plugin, now insert an image with the textarea to test the API and that image can't be edited because it isn't a widget. 4 5 == TC2 == 6 7 Go to placeholder sample and execute: 8 9 {{{ 10 CKEDITOR.instances.editor1.insertText( '[[foo]]' ) 11 }}} 12 13 Text will be upcasted to widget, but widget won't be initialized on it.