I'm using bootstrap3-wysiwyg on two forms, one is working perfectly but on the other, I have this :
This is my textarea
<textarea class="form-control input-sm" id="textarea" cols="0" rows="30"></textarea>
And here my scripts (i'm using Laravel)
`{!! HTML::script('style/js/bootstrap3-wysihtml5.all.min.js'); !!}
{!! HTML::script('style/js/locales/bootstrap-wysihtml5.fr-FR.js'); !!}
`
Did someone already resolve this issue and have a solution ?
Thanks you
Hello,
I'm using bootstrap3-wysiwyg on two forms, one is working perfectly but on the other, I have this :
This is my textarea
<textarea class="form-control input-sm" id="textarea" cols="0" rows="30"></textarea>
And here my scripts (i'm using Laravel) `{!! HTML::script('style/js/bootstrap3-wysihtml5.all.min.js'); !!} {!! HTML::script('style/js/locales/bootstrap-wysihtml5.fr-FR.js'); !!}
` Did someone already resolve this issue and have a solution ? Thanks you