Hi,
i have installed and configured CKFinder to work with CKEditor in a asp.net app and it works fine.
The problem i'm facing is that i wont to be able to set the BaseUrl and BaseDir properties dynamically
through code (or eventually javascript) since i do not have a hardcoded values for manipulation of the uploaded files.
I have tried to initialize the CKFinder in the following way:
but this doesn't seem to affect the config.ascx settings.
Any hint?
i have installed and configured CKFinder to work with CKEditor in a asp.net app and it works fine.
The problem i'm facing is that i wont to be able to set the BaseUrl and BaseDir properties dynamically
through code (or eventually javascript) since i do not have a hardcoded values for manipulation of the uploaded files.
I have tried to initialize the CKFinder in the following way:
CKFinder.SetupCKEditor(null, { BaseUrl : '/myDynamicUrl/', BaseDir : '/myDynamicPath/' });
but this doesn't seem to affect the config.ascx settings.
Any hint?
Re: How to dynamically override CKFinder settings from aspx?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: How to dynamically override CKFinder settings from aspx?
Thanks for the reply.
In the meantime, i actually realized that i have to find a solution of this issue on server side,
and not on the client side (sic), and now i have a working solution by refactoring config.ascx
to suit my needs.
Thanks for the great software though
Re: How to dynamically override CKFinder settings from aspx?
Arjan