|
@@ -73,13 +73,13 @@ Step 1: Load the following assets in your header.
|
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" type="text/javascript"></script>
|
|
|
<!-- optionally if you need a theme like font awesome theme you can include
|
|
|
it as mentioned below -->
|
|
|
-<script src="path/to/js/fileinput_theme_fa.js"></script>
|
|
|
+<script src="path/to/js/themes/fa.js"></script>
|
|
|
<!-- optionally if you need translation for your language then include
|
|
|
locale file as mentioned below -->
|
|
|
-<script src="path/to/js/fileinput_locale_<lang>.js"></script>
|
|
|
+<script src="path/to/js/locales/<lang>.js"></script>
|
|
|
```
|
|
|
|
|
|
-If you noticed, you need to load the `jquery.min.js` and `bootstrap.min.css` in addition to the `fileinput.min.css` and `fileinput.min.js`. The theme file `fileinput_locale_fa.js` can be optionally included for the font awesome icons styling. The locale file `fileinput_locale_<lang>.js` can be optionally included for translating for your language if needed.
|
|
|
+If you noticed, you need to load the `jquery.min.js` and `bootstrap.min.css` in addition to the `fileinput.min.css` and `fileinput.min.js`. The theme file `fa.js` can be optionally included for the font awesome icons styling. The locale file `<lang>.js` can be optionally included for translating for your language if needed.
|
|
|
|
|
|
**Optional Dependent Plugins**
|
|
|
|