Hi i just wanted to ask if this is the standard way of making may text area use CKEditor built in on Pyro CMS...
Here is my code.
<textarea name="new_description" cols="40" rows="5" id="intro" class="blog wysiwyg-simple" >
<?php echo set_value('car_desc', $car_desc); ?>
</textarea>
It on the admin module, and I use the "Sample" addon module to start may addon module.