array ( 'name' => 'HTML Basic', 'pages' => 'node/* comment/*', 'excludes' => 'edit-log', 'iconpath' => '%FILES/custom-icon-path', 'spriteon' => '1', 'buttons' => array ( 0 => array ( 'title' => 'Bold', 'content' => '%TEXT%', 'icon' => 'ico_bold.png', 'accesskey' => 'B', 'weight' => '0', ), 1 => array ( 'title' => 'Italic', 'content' => '%TEXT%', 'icon' => 'ico_italic.png', 'accesskey' => 'I', 'weight' => '1', ), 2 => array ( 'title' => 'Heading 2', 'content' => '

%TEXT%

', 'icon' => 'ico_h2.png', 'accesskey' => '', 'weight' => '2', ), 3 => array ( 'title' => 'Heading 3', 'content' => '

%TEXT%

', 'icon' => 'ico_h3.png', 'accesskey' => '', 'weight' => '3', ), 4 => array ( 'title' => 'Heading 4', 'content' => '

%TEXT%

', 'icon' => 'ico_h4.png', 'accesskey' => '', 'weight' => '4', ), 5 => array ( 'title' => 'Quote', 'content' => '
%TEXT%
', 'icon' => 'ico_quote.png', 'accesskey' => '', 'weight' => '5', ), 6 => array ( 'title' => 'Code', 'content' => '%TEXT%', 'icon' => 'ico_a-code.png', 'accesskey' => 'C', 'weight' => '6', ), 7 => array ( 'title' => 'Insert/edit image', 'content' => 'js: var B = eDefBrowseButton(\'\', \'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\'} ]; eDefTagDialog(\'img\', form, \'Insert/edit image\', \'OK\'); ', 'icon' => 'ico_img.png', 'accesskey' => 'M', 'weight' => '7', ), 8 => array ( 'title' => 'Insert/edit link', 'content' => 'js: var B = eDefBrowseButton(\'\', \'attr_href\', \'Browse\', \'link\'); var form = [ {name: \'href\', title: \'Link href\', suffix: B}, {name: \'title\', title: \'Title text\' } ]; eDefTagDialog(\'a\', form, \'Insert/edit link\', \'OK\'); ', 'icon' => 'ico_link.png', 'accesskey' => 'L', 'weight' => '8', ), 9 => array ( 'title' => 'Ordered list. Converts selected lines to a numbered list.', 'content' => 'js: eDefSelProcessLines(\'
    \\n\', \'
  1. \', \'
  2. \', \'\\n
\');', 'icon' => 'ico_ol.png', 'accesskey' => 'O', 'weight' => '9', ), 10 => array ( 'title' => 'Unordered list. Converts selected lines to a bulleted list.', 'content' => 'js: eDefSelProcessLines(\'\');', 'icon' => 'ico_ul.png', 'accesskey' => 'U', 'weight' => '10', ), 11 => array ( 'title' => 'Teaser break', 'content' => '', 'icon' => 'ico_teaser.png', 'accesskey' => 'T', 'weight' => '11', ), 12 => array ( 'title' => 'Preview textarea content.', 'content' => 'js: eDefPreview();', 'icon' => 'ico_preview.png', 'accesskey' => 'P', 'weight' => '12', ), 13 => array ( 'title' => 'Get help on button functionality.', 'content' => 'js: eDefHelp();', 'icon' => 'ico_help.png', 'accesskey' => 'H', 'weight' => '13', ), ), 'icons' => array ( ), 'library' => array ( '%BUEDITOR/library/bue.min.default.js' => '', ), )