@extends('ckfinder::samples/layout') @section('content')
It is possible to disable the folders panel and have folders displayed as icons in the main area of the application. In the example below this mode is initialized inside a widget, but it also works in all standalone modes.
CKFinder.widget( 'ckfinder-widget', {
displayFoldersPanel: false,
width: '100%',
height: 700
} );
@stop
@section('scripts')
@stop