@extends('ckfinder::samples/layout') @section('content')

Widget Mode

Using the widget mode you can embed CKFinder directly on a page, as shown below.

CKFinder.widget( 'ckfinder-widget', {
	width: '100%',
	height: 700
} );
@stop @section('scripts') @stop