Issue Type: Improvement Improvement
Affects Versions: 1.0.2
Assignee: Jaroslav Simak
Created: 14/Oct/14 4:19 PM
Description:

Hi there
I just had to fix this issue for our current project.

I have looked at the old fck editor and implemented the feature the same way...

The following changes were necessary:

  1. Implement public String select() {} in CKRepositoryBrowserPage to call setSelectedPath()
  2. Update filebrowser and imagebrowser urls in config
        config.filebrowserLinkBrowseUrl = cfg.contextPath + "/.magnolia/pages/ckRepositoryBrowser.html?contextPath=" + cfg.contextPath + "";
        config.filebrowserImageBrowseUrl = cfg.contextPath + "/.magnolia/pages/ckRepositoryBrowser.html?contextPath=" + cfg.contextPath + "&selectedRepository=dms";
    
  3. Add CKRepositoryBrowserPage.html ("show" template) to read the absoluteURI from opener.CKEDITOR and update the window.location.href


    
Project: CKEditor module
Priority: Major Major
Reporter: Stefan Baur
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to