UI default settings such as defaultView as list. #3588
VikasWebuzo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to make some file manager UI settings in my product which i want to use in elfinder.
with elfinder.html i can directly make changes in it but what i need is i want to get those settings from elfinder connector php.
suppose i want to keep defautl view as list then made chagnes something like this which worked.
But i want to read these settings from my connector or is there any other way to do so.
define('elFinderConfig', {
defaultOpts : {
url : 'elfinder.php', // or connector.maximal.php : connector URL (REQUIRED)
defaultView: 'list',
Please help.
Beta Was this translation helpful? Give feedback.
All reactions