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_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(\'