Rich Text Editor
-
Hello,
I have a paid plugin called zombify which integrates with Froala Editor v2. Files of Froala is under:
\zombify\assets\js\plugins\froala-editorI have only css and js files under \froala-editor.
I want to use this plugin (froala editor) in another plugin other than zombify (eventprime) so that I can have froala rich-text editor for the description area in eventprime event submission form instead of wp-editor.
The related php code in eventprime goes like this:
<div class="em_input_row dbfl"> <div class="em_input_form_field"> <label class="em_input_label"><?php _e('Description','eventprime-event-calendar-management'); ?></label> <?php wp_editor('','event_description',array('media_buttons'=>false)); ?> </div> </div>
Do you have any suggestions how to do it?
eventprime event submission form description field: https://ibb.co/Jntz8J1
zombify post submission form description field: https://ibb.co/zsXCqGL
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Rich Text Editor’ is closed to new replies.