codeigniter 2 - how to use a rich textarea input instead of normal textarea input? -
codeigniter 2 - how to use a rich textarea input instead of normal textarea input? -
i want utilize rich textarea input field instead of normal textarea input field in 1 of projects codeigniter. how can this? can help? using codeigniter 2.1.0. m familiar method of
<?php echo form_open('post_to_blog');?> <?php echo form_textarea('blog','blog');?> <?php echo form_submit('submit','submit');?> <?php echo form_close();?> but results simple text area input field returns plain texts. want input texts rich , styled. help me please.
you can using jquery plugin. tiny_mce solution. easy use. search google , see documentation that.
include file normal javascript , enjoy. beleive thing. realy good.
i think these links shall useful you.. http://www.tinymce.com/download/download.php
http://www.tinymce.com/tryit/jquery_plugin.php
textarea codeigniter-2
Comments
Post a Comment