Changes between Initial Version and Version 1 of Ticket #10099, comment 2


Ignore:
Timestamp:
Feb 20, 2013, 3:56:38 PM (12 years ago)
Author:
Stephan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10099, comment 2

    initial v1  
    1 I was looking around a little more in the history of tickets, and i found the problem i think. I was trying to insert a html5 tag: "section". This tag isn´t supported yet? because with a span everything is working well? I´m searching now if this is a bug or if i forget to enable a setting?
     1I was looking around a little more in the history of tickets, and i found the problem i think. I was trying to insert a html5 tag: "section". This tag isn´t supported yet? because with a span everything is working well? I´m searching now if this is a bug or if i forget to enable a setting? 
     2
     3I don´t know if it is important but,
     4This is the element that i´m creating:
     5{{{
     6
     7var html = "<section data-cid='1' data-vid='1'>plain text</insert>";                                                           
     8var htmlElement= CKEDITOR.dom.element.createFromHtml( html, editor.document );
     9}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy