I would create a file browser like CKEditor's one
The file browser is mostly done and i add a custom button to html editor , but how can i insert the url back to html editor?
For example, imagine the file browser look like window explorer, the file is list by Gridview with a client-side input button "insert url to editor",
When i click on this, it fill in the editor.
I have think about that and got some idea,
But
is it possible the custom button open a window but javascript opener? Because the opener window could callback to parent window.
updated: I have checked the author's site (obout),it seem the file browser plus gallery browser are build-in, but is it also available in ajax control toolkit's one?