Druapl - is best CMF
Pls try add in /admin/settings/bueditor
From
link:
js:
var B = eDefBrowseButton('', 'attr_href', 'Browse', 'link');
var form = [
{name: 'href', title: 'URL link', suffix: B},
{name: 'title', title: 'Text'}
];
eDefTagDialog('a', form, 'Insert/Edit link', 'Insert');
img
js:
var B = eDefBrowseButton('', 'attr_src', 'Browse', 'image');
var form = [
{name: 'src', title: 'URL image', suffix: B},
{name: 'width', title: 'Width x Heigh', suffix: ' x ', getnext: true, attributes: {size: 3}},
{name: 'height', attributes: {size: 3}},
{name: 'alt', title: 'Alt text'},
{name: 'align', title: 'Align', type: 'select', options: {'': '', left: 'Left', right: 'Right', center: 'Centre'}}
];
eDefTagDialog('img', form, 'Insert/Edit image', 'Insert');
Hi PVasili, I will have a
Hi PVasili,
I will have a look into that.
Is it your module?
No ,
No , http://drupal.org/project/bueditor (pure api)