WYSIWYG Editor removing all HTML issue
Daniel
New Member
Posts: 3
9 years 5 months ago #850
by Daniel
WYSIWYG Editor removing all HTML issue was created by Daniel
WYSIWYG Editor removing all HTML regardless of Global Configuration settngs and filter list...
- Open file /components/com_#yourcomponent#/models/forms/#yourcomponent#.xml
and ensure that the xml markup for the editor looks something like
<field name="introduction" type="editor"
label="COM_EDM_FORM_LBL_NEWSLETTERS_INTRODUCTION"
description="COM_EDM_FORM_DESC_NEWSLETTERS_INTRODUCTION"
filter="JComponentHelper::filterText"
buttons="true"
/>
- Open file /components/com_#yourcomponent#/models/forms/#yourcomponent#.xml
and ensure that the xml markup for the editor looks something like
<field name="introduction" type="editor"
label="COM_EDM_FORM_LBL_NEWSLETTERS_INTRODUCTION"
description="COM_EDM_FORM_DESC_NEWSLETTERS_INTRODUCTION"
filter="JComponentHelper::filterText"
buttons="true"
/>
The following user(s) said Thank You: Andres Maeso, Wojciech, Mekalb, Walt Sorensen
Please Log in or Create an account to join the conversation.
Time to create page: 0.045 seconds