Changes between Initial Version and Version 1 of Ticket #10021, comment 20


Ignore:
Timestamp:
Jan 19, 2015, 11:44:19 AM (9 years ago)
Author:
Stephen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10021, comment 20

    initial v1  
    1 Replying to [comment:19 devorobinson]:
    2 > I have made an html5 version of the table plug in, will attach:
    3 > {{{
    4 > changes to en.js:
    5 > ..."width":"Width","height":"Height","align":"Alignment","alignLeft":"...
    6 > ==>
    7 > ..."width":"Width","height":"Height","borderstyle":"Border Style","borderstyleNone":"none","borderstyleSolid":"solid","borderstyleDotted":"dotted","borderstyleDashed":"dashed","borderstyleHidden":"hidden","borderstyleDouble":"double","borderstyleGroove":"groove","borderstyleRidge":"ridge","borderstyleInset":"inset","borderstyleOutset":"outset","borderstyleInitial":"initial","borderstyleInherit":"inherit","align":"Alignment","alignLeft"...
    8 >
    9 >
    10 > in ckeditor.js I have:
    11 >
    12 > allowedContent:"td th{border,padding, border-width,border-style,padding,width,height,border-color,background-color,white-space,vertical-align,text-align}[colspan,rowspan]
    13 >
    14 > allowedContent:"table{border-spacing,border,border-collapse,border-spacing,border,float,height,width,border-style}[align,border,cellpadding,cellspacing,summary];
    15 >
    16 >
    17 >
    18 >
    19 
    20 >
    21 >
    22 >
    23 >
    24 >
    25 > }}}
    26 >
    27 >
    28 >
    29 >
    30 >
    31 >
     1 
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy