PHP Classes

File: src/stubs/cms/core/layout/resources/views/widget/image.blade.php

Recommend this page to a friend!
  Classes of Shun Ram   Laravel Admin   src/stubs/cms/core/layout/resources/views/widget/image.blade.php   Download  
File: src/stubs/cms/core/layout/resources/views/widget/image.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Admin
Manage users and the site content they publish
Author: By
Last change:
Date: 1 year ago
Size: 461 bytes
 

Contents

Class file image Download
<input id="thumbnail" class="form-control" type="text" name="{{$name}}" style="width: 75%;float: left" value="{{@$value}}" >
<a data-input="thumbnail" data-preview="holder" class="btn btn-primary lfm" style="width: 25%">
    <i class="fa fa-picture-o"></i> Choose
</a>

@section('script')
    {!!Cms::script('theme/vendors/laravel-filemanager/js/lfm.js')!!}
<script>
    $('.lfm').filemanager('{{isset($type) ? $type : "image"}}');
</script>
@append