CKEDITOR with MARKITUP

edited June 2012 in Modules
Is it possible to have both CKEDITOR and MARKITUP in my custom module in the admin?

I want two text areas, one that uses CKEDITOR and the other to use MARKITUP
is this possible?

Thanks

Comments

  • edited 8:23PM
    Yup:

    $fields['test_1'] = array('type' => 'text', 'class' => 'markitup'); $fields['test_2'] = array('type' => 'text', 'class' => 'ckeditor');
  • edited 8:23PM
    Thanks Lance works a treat!
Sign In or Register to comment.