• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.1
    • 3.0
    • Inline Editor
    • None

      I have created custom styles for editor, as follow :

       
       <style>
      			<button>
      				<label i18n="true">SKIN_BO_EDITOR_STYLES_PARA_NORMAL_LABEL</label>
      				<description i18n="true">SKIN_BO_EDITOR_STYLES_PARA_NORMAL_DESCRIPTION</description>
      				<cssclass>htmleditor-p</cssclass>
      			</button>
      			<inline-editor>p</inline-editor>
      		</style>
      		<style>
      			<button>
      				<label i18n="true">SKIN_BO_EDITOR_STYLES_PARA_IMPORTANT_LABEL</label>
      				<description i18n="true">SKIN_BO_EDITOR_STYLES_PARA_IMPORTANT_DESCRIPTION</description>
      				<cssclass>htmleditor-p-focus</cssclass>
      			</button>
      			<inline-editor>p.focus</inline-editor>
      		</style>
      

      But the default style in this case is p.focus and not p.

            Unassigned Unassigned
            jonathan Jonathan Wendlinger
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: