Hi.. Can I modify ResourceType.Url in configuration dynamicaly , without modify baseUrl ? I tought of making my own Config class devived from CKFinder.Settings.ConfigFile to configure these paths. I know I'm too far. How Can I access Ressources of CKFinder from my project ?
thank you.
thank you.
Re: Accessing CKFinder resources
You don't have to modify the baseUrl each time you want to change the ResourceType.Url. You can simply change the resource type directory (you don't have to use the baseDir variable in it).
Could you explain with more details what do you mean: "access Ressources of CKFinder from my project"?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Accessing CKFinder resources
in the OnLoad event of my pages
I want to know where are these settings...
thank you.
Re: Accessing CKFinder resources
For example:
Another idea: use sessions to trace the section that user is currently viewing and define dynamically in config file only those three resource types, that he needs to see at the moment.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Accessing CKFinder resources
Re: Accessing CKFinder resources