@extends('ckfinder::samples/layout') @section('content')
CKFinder UI is based on jQuery Mobile so its look & feel can be changed using the jQuery Mobile Theme Roller. For more information about custom skins and Theme Roller please refer to CKFinder documentation.
CKFinder.widget( 'ckfinder-widget', {
width: '100%',
height: 600,
skin: 'jquery-mobile',
swatch: 'a'
} );
CKFinder.widget( 'ckfinder-widget', {
width: '100%',
height: 600,
skin: 'jquery-mobile',
swatch: 'b'
} );
@stop
@section('scripts')
@stop