Changes between Initial Version and Version 1 of Ticket #6331


Ignore:
Timestamp:
Sep 21, 2010, 12:13:13 PM (14 years ago)
Author:
Tobiasz Cudnik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6331

    • Property Keywords styles wrap class ul removed
    • Property Component changed from General to Core : Styles
  • Ticket #6331 – Description

    initial v1  
    11paste this in the editor :
     2{{{
    23<ul>
    34        <li>
     
    89                line 3</li>
    910</ul>
    10 
     11}}}
    1112
    1213then apply a style (from the Styles list) to the UL.
     
    1415
    1516On my site, applying a style ({ name : 'Slider content' , element : 'div',attributes : { 'class' : 'slider_content' }}) to the UL gives this :
     17{{{
    1618<ul>
    1719        <li>
     
    2224                <div class="myClass">line 3</div></li>
    2325</ul>
    24 
     26}}}
    2527instead of :
     28{{{
    2629<div class="myClass">
    2730<ul>
     
    3437</ul>
    3538</div>
    36 
     39}}}
    3740hoping I am not mistaking on this issue...
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy