how to add a img tag to ckeditor dialog page.
CKEDITOR.dialog.add,
elements :
[
{
id : 'input1',
type : 'text',
label : 'Input 1'
}
elements :
[
{
id : 'img1',
type : 'img',
label : 'Input 1'
}
how to add img tag
CKEDITOR.dialog.add,
elements :
[
{
id : 'input1',
type : 'text',
label : 'Input 1'
}
elements :
[
{
id : 'img1',
type : 'img',
label : 'Input 1'
}
how to add img tag