Changes between Initial Version and Version 1 of Ticket #11460, comment 6
- Timestamp:
- Feb 13, 2014, 9:21:54 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11460, comment 6
initial v1 29 29 * We remove dragged content from editor. 30 30 * If there was a plain text pasted/dropped we HTMLify it. 31 * All data - HTML data string, type (`'auto'` by default, `'text'` if it was plain text , `'html'` if there was no content other than files) and files list are passed to `editor#drop` or `editor#paste`.31 * All data - HTML data string, type (`'auto'` by default, `'text'` if it was plain text) and files list are passed to `editor#drop` or `editor#paste`. 32 32 1. Step two - data processing 33 33 * Includes: type discovery (text, html), plain text htmlification/normalization, html textification (`forcePasteAsPlainText`), etc.