Hi,
I'm trying to integrate CK Editor into my Oracle Application Express application but have come across a problem. Basically because the URL syntax isn't the normal '&' for a parameter it can't open the page as it automatically appends some parameters to the URL.
For example the URL that is called is:
f?p=102:21:1234567890123456::NO:&CKEditor=P20_ITEM_TEXT&CKEditorFuncNum=1&langCode=en
However I would need it to be:
f?p=102:21:1234567890123456::NO:CKEditor,CKEditorFuncNum,langCode:P20_ITEM_TEXT,1,en
So ideally I need to be able to stop the automatic addition of the parameters or control where they appear in the URL.
Does anyone have any suggestions?
Thanks,
G.
I'm trying to integrate CK Editor into my Oracle Application Express application but have come across a problem. Basically because the URL syntax isn't the normal '&' for a parameter it can't open the page as it automatically appends some parameters to the URL.
For example the URL that is called is:
f?p=102:21:1234567890123456::NO:&CKEditor=P20_ITEM_TEXT&CKEditorFuncNum=1&langCode=en
However I would need it to be:
f?p=102:21:1234567890123456::NO:CKEditor,CKEditorFuncNum,langCode:P20_ITEM_TEXT,1,en
So ideally I need to be able to stop the automatic addition of the parameters or control where they appear in the URL.
Does anyone have any suggestions?
Thanks,
G.