javascript - CKEditor: add a button that opens a pop-up window to a specified URL -


i need add "image" button ckeditor shows pop-up browser window pointing url specify (always same) , inserts string returned pop-up @ cursor position. can manage creating plugin (i've done couple already) can't see how bring window , accept returned string.

this allow integration media library. user should able navigate around library @ select image, window return fully-formed tag in string when closes, place in editor content.

i can't see in docs allow me add behavior, may looking in wrong place - i'm no ckeditor expert. or pointers appreciated.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -