editor.path="/sites/all/modules/bueditor/";editor.buttons=[ [ "Insert/edit image", "js:\nvar B = eDefBrowseButton(\'\', \'attr_src\', \'Browse\', \'image\');\nvar form = [\n {name: \'src\', title: \'Image URL\', suffix: B},\n {name: \'width\', title: \'Width x Height\', suffix: \' x \', getnext: true, attributes: {size: 3}},\n {name: \'height\', attributes: {size: 3}},\n {name: \'alt\', title: \'Alternative text\'}\n];\neDefTagDialog(\'img\', form, \'Insert/edit image\', \'OK\');\n", "picture.png", "M" ], [ "Insert/edit link", "js:\nvar B = eDefBrowseButton(\'\', \'attr_href\', \'Browse\', \'link\');\nvar form = [\n {name: \'href\', title: \'Link href\', suffix: B},\n {name: \'title\', title: \'Title text\'}\n];\neDefTagDialog(\'a\', form, \'Insert/edit link\', \'OK\');\n", "link.png", "L" ], [ "Bold", "\x3cstrong\x3e%TEXT%\x3c/strong\x3e", "text_bold.png", "B" ], [ "Italic", "\x3cem\x3e%TEXT%\x3c/em\x3e", "text_italic.png", "I" ], [ "Underline", "\x3cu\x3e%TEXT%\x3c/u\x3e", "text_underline.png", "U" ], [ "Strikethrough", "\x3cdel\x3e%TEXT%\x3c/del\x3e", "text_strikethrough.png", "D" ], [ "Ordered list. Converts selected lines to a numbered list.", "js: eDefSelProcessLines(\'\x3col\x3e\\n\', \' \x3cli\x3e\', \'\x3c/li\x3e\', \'\\n\x3c/ol\x3e\');", "text_list_numbers.png", "O" ], [ "Unordered list. Converts selected lines to a bulleted list.", "js: eDefSelProcessLines(\'\x3cul\x3e\\n\', \' \x3cli\x3e\', \'\x3c/li\x3e\', \'\\n\x3c/ul\x3e\');", "text_list_bullets.png", "" ], [ "Insert code", "\x3ccode\x3e%TEXT%\x3c/code\x3e", "tag.png", "C" ], [ "Quote text", "\x3cblockquote\x3e%TEXT%\x3c/blockquote\x3e", "pilcrow.png", "" ], [ "Teaser break", "\x3c!--break--\x3e", "BR", "T" ], [ "Preview textarea content.", "js: eDefPreview();", "eye.png", "P" ], [ "Get help on button functionality.", "js: eDefHelp();", "help.png", "H" ] ]