Changes between Version 7 and Version 8 of Ticket #4210


Ignore:
Timestamp:
Aug 6, 2009, 5:45:17 AM (15 years ago)
Author:
Tobiasz Cudnik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4210 – Description

    v7 v8  
    11Create a jQuery plugin, which will allow jQuery users easily integrate rich text editing into their applications.
    22
     3== Planned ==
     4 * All API mockups
     5  * .ckeditor( func, config )[[BR]]
     6    Create new editor instance and fire callback when ready.
     7  * .ckeditorGet()[[BR]]
     8    Get already existing editor instance.
     9  * .ckeditorConfig()[[BR]]
     10    Change global ckeditor config
     11  * .val()[[BR]]
     12    val() on textareas returns/sets data on the editor
     13 * Some global CKEditor events
     14  * create
     15  * setData
     16  * getData
     17  * destroy
     18 * Submit integration
     19  * normal submit
     20  * ajaxSubmit ?
     21
    322Below mockup of planned API.
    4 == Editor creation ==
     23=== Editor creation ===
    524{{{
    625// chainably transform textareas into CKEditor instance
     
    1534}}}
    1635
    17 == Internal API access ==
     36=== Internal API access ===
    1837{{{
    1938// get data from editor
     
    3857}}}
    3958
    40 == jQuery integration ==
     59=== jQuery integration ===
    4160{{{
    4261// use val() to get data
     
    5271
    5372Possible, not confirmed:
    54  1. Automatically push instance data into textarea on events:
    55   2. submit
    56   3. ajaxSubmit
    57  2. Easy editor's content lookup using selectors
     73 1. Easy editor's content lookup using selectors
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy