Changes between Initial Version and Version 1 of Ticket #11461, comment 12


Ignore:
Timestamp:
Dec 8, 2014, 10:52:22 AM (9 years ago)
Author:
Piotrek Koszuliński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11461, comment 12

    initial v1  
    1313* it should be `CKEDITOR.fileTools.fileLoader`.
    1414* Is `fileLoader` an appropriate class name at all? It handles loading and uploading, so the wider `fileUploader` name seems to fit better.
    15 * The `fileLoader` class misses a step by step usage example pretty badly. It is unclear how it can be used. The reason may also be that all its method are public, while I believe that only `upload`, `loadAndUpload` and `load` are really useful. If I'm right, then please mark the rest as private. Still - a typical code sample would be great.
     15* The `fileLoader` class misses a step by step usage example pretty badly. It is unclear how it can be used. The reason may also be that all its methods are public, while I believe that only `upload`, `loadAndUpload` and `load` are really useful. If I'm right, then please mark the rest as private. Still - a typical code sample would be great.
    1616
    1717=== uploadwidget/plugin.js: ===
    1818
    1919* What is it for? `editor.filter.allow( '*[!data-widget,!data-cke-upload-id]' );`
    20 * Hard to say way you tried to say (perhaps: "paste event listener which handles pasted and dropped files"): https://github.com/cksource/ckeditor-dev/blob/978a9a514/plugins/uploadwidget/plugin.js#L23
     20* Hard to say what you tried to say (perhaps: "paste event listener which handles pasted and dropped files"): https://github.com/cksource/ckeditor-dev/blob/978a9a514/plugins/uploadwidget/plugin.js#L23
    2121* On pasted what? https://github.com/cksource/ckeditor-dev/blob/978a9a514/plugins/uploadwidget/plugin.js#L29
    2222* No idea again what does it mean and when does it happen? https://github.com/cksource/ckeditor-dev/blob/978a9a514/plugins/uploadwidget/plugin.js#L53
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy