Skip to content

Instantly share code, notes, and snippets.

@CLOUGH
Last active August 29, 2015 14:21
Show Gist options
  • Select an option

  • Save CLOUGH/f08ce73038d26cd36a3f to your computer and use it in GitHub Desktop.

Select an option

Save CLOUGH/f08ce73038d26cd36a3f to your computer and use it in GitHub Desktop.

Revisions

  1. CLOUGH renamed this gist May 16, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. CLOUGH created this gist May 16, 2015.
    2 changes: 2 additions & 0 deletions CKEDITOR and Textarea
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    {!! Form::textarea('content',null, ['id'=>'content']) !!}
    <script>CKEDITOR.replace( 'content',{height: 500});</script>