javascript - Laravel and custom editor form macro -


is possible have javascript on laravel form macro? trying extend laravel have custom editor (like tinymce or ckeditor) examples see far create html portion of editor , not add javascript capabilities.

i thinking on creating run required javascript portion of textarea hijacking, there instances. example might want 3 textareas editor:

{{ form::myeditor(...); }} <br/> {{ form::myeditor(...); }} <br/> {{ form::myeditor(...); }} <br/> 

and generate 3 editors on same page.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -