Hi
recently i've purchased Metronic theme from themeforest , i wanted to use the file manager but i find there is a compressed js file for file manager list i can't udnerstand it , but i see its using KTFileManagerList , so i've googled KTFileManagerList and there is no such thing !
how i can use the file manager with custom php ?
great , thank you found the compressed version , you are the best
Glad to help you out. All the best
Hi Sean
thank you , but i still didn't understand how it work , i am php developer already , the file u've mentioned is compressed and the plugin is not exists on the internet , and your documentation dose not include anything related to the File Manager ?
Hi,
Please note that the File Manager app provides basic UI with some demo JS code for File Manager App. It's not a fully functional app so usually, buyers use the UI and recode the JS part according to their requirements. To customize the JS code you will need some JS knowledge.
You can find the non-compressed version after downloading the HTML version of Metronic. Please download a demo from Metronic Downloads and after unzipping it you can find the source files in src/js/custom/apps/file-manager/list.js
. The compressed assets are for the web only, you should not edit any file directly in the assets folder. The scripts are edited in the src folder as explained above.
Regards.
Hi,
Thank you for choosing Metronic.
Please note that this script is defined in Metronic's HTML version under src/js/custom/apps/file-manager/list.js
.
You can edit the script in the src
folder and use the HTML version's gulp and webpack builds as explained here and compile the scripts into the assets folder.
If you need any further clarification please do let us know.
Regards.