Changes between Version 4 and Version 5 of Ticket #14539, comment 3
- Timestamp:
- Jun 17, 2016, 8:04:40 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14539, comment 3
v4 v5 38 38 === Widget API 39 39 40 [http://docs.ckeditor.com/ =!/api/CKEDITOR.plugins.widget Widget's definition] should get a new method - `getLabel` which would return a nice human readable label (string) for the end user.40 [http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget Widget's definition] should get a new method - `getLabel` which would return a nice human readable label (string) for the end user. 41 41 42 42 It should provide a default implementation that would return following value: `{definition.pathName || definition.name} widget selected`. This method must be overridable, so that developer can provide as precise description as possible.