-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I was trying to add a browse server button so you can link to an uploaded file. I was able to add the button using the below code. However, the PDF does into get pulled in. I admit, I am a total noob at this... Any help would be greatly appreciated:
`{
type: 'button',
id: 'browse',
className: 'cke_dialog_image_browse',
filebrowser: {
action: 'Browse',
target: 'Link:txtUrl',
url: editor.config.filebrowserImageBrowseUrl
},
sstyle: 'display:inline-block;margin-top:14px;',
align: 'center',
label: editor.lang.common.browseServer
},`
Metadata
Metadata
Assignees
Labels
No labels