membuat form field textarea yang berupa html editor
editor_html($name, $value = '', $config = array(), $is_inline = false);
$config = array( 'toolbar' => 'Basic' || 'Full', 'DefaultLanguage' => 'en', 'path' => 'images/modules/content' // path menuju folder images jika kosong maka akan menggunakan "images/uploads", 'width' => '100%', 'height' => '120px' );
File Path: includes/function/editor.php function untuk menampilkan form field HTML Editor maupun Code Editor
0 Comment
Post Your Comment