Changes between Initial Version and Version 3 of Ticket #5775


Ignore:
Timestamp:
Jul 16, 2010, 8:39:42 AM (14 years ago)
Author:
Tobiasz Cudnik
Comment:

We're not allowed to use such advanced CSS selectors as in the example (because of IE6's lame support for selectors), but it should be doable somehow.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5775

    • Property Keywords Confirmed added
    • Property Status changed from new to assigned
    • Property Owner set to Tobiasz Cudnik
    • Property Milestone changed from CKEditor 3.x to CKEditor 3.4
  • Ticket #5775 – Description

    initial v3  
    11If a labeled dialog UI Element's required property is set to true the field's label should contain a CSS style so it can be styled differently. For example:
    2 
     2{{{
    33<label class="cke_dialog_ui_labeled_label cke_required"...
    4 
     4}}}
    55A style like the following could then be used to mark required fields:
    6 
     6{{{
    77.cke_skin_<name> .cke_dialog_ui_labeled_label.cke_required:before {
    88        content: "* ";
    99}
     10}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy