JavaScript Bueditor插入具有浮动选项的图像代码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JavaScript Bueditor插入具有浮动选项的图像代码相关的知识,希望对你有一定的参考价值。

php:
$imce_url = function_exists('imce_access') && imce_access() ? url('imce') : '';

return "js:
var B = eDefBrowseButton('$imce_url', 'attr_src', 'Browse', 'image');
var form = [
 {name: 'src', title: 'Image URL', suffix: B},
 {name: 'width', title: 'Width x Height', suffix: ' x ', getnext: true, attributes: {size: 3}},
 {name: 'height', attributes: {size: 3}},
 {name: 'alt', title: 'Alternative text'},
 {name: 'class', title: 'Position: floatleft, floatright, or leave blank'}
];
eDefTagDialog('img', form, 'Insert/edit image', 'OK');
";

以上是关于JavaScript Bueditor插入具有浮动选项的图像代码的主要内容,如果未能解决你的问题,请参考以下文章

javascript #javacsript在具有多个段落的正文中插入带有文本的浮动框架

怎么在iMindMap中插入浮动文本

动态设置两个浮动DIVS的高度

在两个嵌套的 div 之间插入垂直分隔线,而不是全高

javascript从/到位浮动

使用 Chrome 扩展修改具有本地源的 iframe 的元素