Uploaded image for project: '{RETIRED} CKEditor Integration'
  1. {RETIRED} CKEditor Integration
  2. CKEDITOR-161

dedicated "Insert Macro" not regarding "cssClass" parameter

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.14
    • 1.13
    • None
    • None

    Description

      I tried the new feature adding macro buttons into to ckeditor toolbar. All is working fine, but the "cssClass" parameter is not recognized for the box macro.

      config['xwiki-macro'].insertButtons = [
        {
          commandId: 'box1',
          macroCall: {
            name: 'box',
            parameters: {
              title: 'test',
              cssClass: 'testClass'
            }
          }
        }
      ];
      

      So the title parameter is populated the cssClass parameter not.

      Attachments

        Activity

          People

            mflorea Marius Dumitru Florea
            CannyDuck Peter
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: