Changes between Initial Version and Version 1 of Ticket #27858, comment 21
- Timestamp:
- 08/01/2014 06:46:55 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27858, comment 21
initial v1 4 4 5 5 I've only heard of two user cases: 6 - Rollover images that can probably be done from CSS or from a dedicated plugin that handles the `onmouseover` storing/restoring on `editor.on(' getContent', ...)`.6 - Rollover images that can probably be done from CSS or from a dedicated plugin that handles the `onmouseover` storing/restoring on `editor.on('BeforeSetContent', ...)` and `editor.on('GetContent', ...)`. 7 7 - Capture clicks on links for SEO that should probably be handled "globally" from a dedicated script. 8 8