Skip to content

Instantly share code, notes, and snippets.

@mmccall10
Last active February 16, 2016 03:17
Show Gist options
  • Save mmccall10/b53b19c3157ffff07e01 to your computer and use it in GitHub Desktop.
Save mmccall10/b53b19c3157ffff07e01 to your computer and use it in GitHub Desktop.
Advanced Text Area Concrete5
<?php
$form = Loader::helper('form');
Loader::element('editor_config');
Loader::element('editor_controls');
echo $form->textarea("textareaID", $details, array('class'=>"ccm-advanced-editor"));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment