The forum operates in read-only mode. Please head to StackOverflow for support.
How can I add a new button to link dialogs tab "info"?
what do you want that button to do?
It goes under contents
{ type : 'button', style : ''", label : "", title : editor.lang.select.btnAdd, onClick : function() {
} },
I want it to open a dialog or choose something from a dropdown. The important part would be how to add it next to / below "Browse server" button.
Other interesting thing would be adding new item to to type dropdown (link, link to email, etc.) and create a new view according to that.
what do you want that button
what do you want that button to do?
It goes under contents
{
type : 'button',
style : ''",
label : "",
title : editor.lang.select.btnAdd,
onClick : function()
{
}
},
I want it to open a dialog or
I want it to open a dialog or choose something from a dropdown. The important part would be how to add it next to / below "Browse server" button.
Other interesting thing would be adding new item to to type dropdown (link, link to email, etc.) and create a new view according to that.