You are here

default.bueditor.txt in BUEditor 6.2

Same filename and directory in other branches
  1. 7 import/default.bueditor.txt
array (
  'name' => 'Default',
  'pages' => 'node/*
comment/*',
  'excludes' => 'edit-log',
  'iconpath' => '%BUEDITOR/icons',
  'spriteon' => '1',
  'buttons' => 
  array (
    0 => 
    array (
      'title' => 'Insert/edit image',
      'content' => 'js:
var form = [
 {name: \'src\', title: \'Image URL\', required: true, suffix: E.imce.button(\'attr_src\')},
 {name: \'width\', title: \'Width x Height\', suffix: \' x \', getnext: true, attributes: {size: 3}},
 {name: \'height\', attributes: {size: 3}},
 {name: \'alt\', title: \'Alternative text\', required: true}
];
E.tagDialog(\'img\', form, {title: \'Insert/edit image\'});',
      'icon' => 'image.png',
      'accesskey' => 'M',
      'weight' => '0',
    ),
    1 => 
    array (
      'title' => 'Insert/edit link',
      'content' => 'js:
var form = [
 {name: \'href\', title: \'Link URL\', required: true, suffix: E.imce.button(\'attr_href\')},
 {name: \'html\', title: \'Link text\'},
 {name: \'title\', title: \'Link title\'}
];
E.tagDialog(\'a\', form, {title: \'Insert/edit link\'});',
      'icon' => 'link.png',
      'accesskey' => 'L',
      'weight' => '1',
    ),
    2 => 
    array (
      'title' => 'tpl:dot',
      'content' => '',
      'icon' => 'dot.png',
      'accesskey' => '',
      'weight' => '2',
    ),
    3 => 
    array (
      'title' => 'Bold',
      'content' => '<strong>%TEXT%</strong>',
      'icon' => 'bold.png',
      'accesskey' => 'B',
      'weight' => '3',
    ),
    4 => 
    array (
      'title' => 'Italic',
      'content' => '<em>%TEXT%</em>',
      'icon' => 'italic.png',
      'accesskey' => 'I',
      'weight' => '4',
    ),
    5 => 
    array (
      'title' => 'Underline',
      'content' => '<ins>%TEXT%</ins>',
      'icon' => 'underline.png',
      'accesskey' => 'U',
      'weight' => '5',
    ),
    6 => 
    array (
      'title' => 'Strikethrough',
      'content' => '<del>%TEXT%</del>',
      'icon' => 'strike.png',
      'accesskey' => 'S',
      'weight' => '6',
    ),
    7 => 
    array (
      'title' => 'tpl:dot',
      'content' => '',
      'icon' => 'dot.png',
      'accesskey' => '',
      'weight' => '7',
    ),
    8 => 
    array (
      'title' => 'Ordered list. Converts selected lines to a numbered list.',
      'content' => 'js: E.wrapLines(\'<ol>\\n\', \'  <li>\', \'</li>\', \'\\n</ol>\');',
      'icon' => 'ol.png',
      'accesskey' => 'O',
      'weight' => '8',
    ),
    9 => 
    array (
      'title' => 'Unordered list. Converts selected lines to a bulleted list.',
      'content' => 'js: E.wrapLines(\'<ul>\\n\', \'  <li>\', \'</li>\', \'\\n</ul>\');',
      'icon' => 'ul.png',
      'accesskey' => 'N',
      'weight' => '9',
    ),
    10 => 
    array (
      'title' => 'tpl:dot',
      'content' => '',
      'icon' => 'dot.png',
      'accesskey' => '',
      'weight' => '10',
    ),
    11 => 
    array (
      'title' => 'Headings',
      'content' => 'js: E.tagChooser([
 [\'h1\', \'Heading1\'],
 [\'h2\', \'Heading2\'],
 [\'h3\', \'Heading3\'],
 [\'h4\', \'Heading4\'],
 [\'h5\', \'Heading5\'],
 [\'h6\', \'Heading6\']
]);',
      'icon' => 'headers.png',
      'accesskey' => 'H',
      'weight' => '11',
    ),
    12 => 
    array (
      'title' => 'Quote',
      'content' => '<blockquote>%TEXT%</blockquote>',
      'icon' => 'quote.png',
      'accesskey' => 'Q',
      'weight' => '12',
    ),
    13 => 
    array (
      'title' => 'Code',
      'content' => '<code>%TEXT%</code>',
      'icon' => 'code.png',
      'accesskey' => 'D',
      'weight' => '13',
    ),
    14 => 
    array (
      'title' => 'tpl:dot',
      'content' => '',
      'icon' => 'dot.png',
      'accesskey' => '',
      'weight' => '14',
    ),
    15 => 
    array (
      'title' => 'Teaser break',
      'content' => '<!--break-->',
      'icon' => 'teaserbr.png',
      'accesskey' => 'T',
      'weight' => '15',
    ),
    16 => 
    array (
      'title' => 'Preview',
      'content' => 'js: E.prv();',
      'icon' => 'preview.png',
      'accesskey' => 'P',
      'weight' => '16',
    ),
    17 => 
    array (
      'title' => 'Help',
      'content' => 'js: E.help(\'fadeIn\');',
      'icon' => 'help.png',
      'accesskey' => '1',
      'weight' => '17',
    ),
  ),
  'icons' => 
  array (
  ),
  'library' => 
  array (
    '%BUEDITOR/library/bue.min.default.js' => '',
  ),
)

File

import/default.bueditor.txt
View source
  1. array (
  2. 'name' => 'Default',
  3. 'pages' => 'node/*
  4. comment/*',
  5. 'excludes' => 'edit-log',
  6. 'iconpath' => '%BUEDITOR/icons',
  7. 'spriteon' => '1',
  8. 'buttons' =>
  9. array (
  10. 0 =>
  11. array (
  12. 'title' => 'Insert/edit image',
  13. 'content' => 'js:
  14. var form = [
  15. {name: \'src\', title: \'Image URL\', required: true, suffix: E.imce.button(\'attr_src\')},
  16. {name: \'width\', title: \'Width x Height\', suffix: \' x \', getnext: true, attributes: {size: 3}},
  17. {name: \'height\', attributes: {size: 3}},
  18. {name: \'alt\', title: \'Alternative text\', required: true}
  19. ];
  20. E.tagDialog(\'img\', form, {title: \'Insert/edit image\'});',
  21. 'icon' => 'image.png',
  22. 'accesskey' => 'M',
  23. 'weight' => '0',
  24. ),
  25. 1 =>
  26. array (
  27. 'title' => 'Insert/edit link',
  28. 'content' => 'js:
  29. var form = [
  30. {name: \'href\', title: \'Link URL\', required: true, suffix: E.imce.button(\'attr_href\')},
  31. {name: \'html\', title: \'Link text\'},
  32. {name: \'title\', title: \'Link title\'}
  33. ];
  34. E.tagDialog(\'a\', form, {title: \'Insert/edit link\'});',
  35. 'icon' => 'link.png',
  36. 'accesskey' => 'L',
  37. 'weight' => '1',
  38. ),
  39. 2 =>
  40. array (
  41. 'title' => 'tpl:dot',
  42. 'content' => '',
  43. 'icon' => 'dot.png',
  44. 'accesskey' => '',
  45. 'weight' => '2',
  46. ),
  47. 3 =>
  48. array (
  49. 'title' => 'Bold',
  50. 'content' => '%TEXT%',
  51. 'icon' => 'bold.png',
  52. 'accesskey' => 'B',
  53. 'weight' => '3',
  54. ),
  55. 4 =>
  56. array (
  57. 'title' => 'Italic',
  58. 'content' => '%TEXT%',
  59. 'icon' => 'italic.png',
  60. 'accesskey' => 'I',
  61. 'weight' => '4',
  62. ),
  63. 5 =>
  64. array (
  65. 'title' => 'Underline',
  66. 'content' => '%TEXT%',
  67. 'icon' => 'underline.png',
  68. 'accesskey' => 'U',
  69. 'weight' => '5',
  70. ),
  71. 6 =>
  72. array (
  73. 'title' => 'Strikethrough',
  74. 'content' => '%TEXT%',
  75. 'icon' => 'strike.png',
  76. 'accesskey' => 'S',
  77. 'weight' => '6',
  78. ),
  79. 7 =>
  80. array (
  81. 'title' => 'tpl:dot',
  82. 'content' => '',
  83. 'icon' => 'dot.png',
  84. 'accesskey' => '',
  85. 'weight' => '7',
  86. ),
  87. 8 =>
  88. array (
  89. 'title' => 'Ordered list. Converts selected lines to a numbered list.',
  90. 'content' => 'js: E.wrapLines(\'
      \\n\', \'
    1. \', \'
    2. \', \'\\n
    \');',
  91. 'icon' => 'ol.png',
  92. 'accesskey' => 'O',
  93. 'weight' => '8',
  94. ),
  95. 9 =>
  96. array (
  97. 'title' => 'Unordered list. Converts selected lines to a bulleted list.',
  98. 'content' => 'js: E.wrapLines(\'
      \\n\', \'
    • \', \'
    • \', \'\\n
    \');',
  99. 'icon' => 'ul.png',
  100. 'accesskey' => 'N',
  101. 'weight' => '9',
  102. ),
  103. 10 =>
  104. array (
  105. 'title' => 'tpl:dot',
  106. 'content' => '',
  107. 'icon' => 'dot.png',
  108. 'accesskey' => '',
  109. 'weight' => '10',
  110. ),
  111. 11 =>
  112. array (
  113. 'title' => 'Headings',
  114. 'content' => 'js: E.tagChooser([
  115. [\'h1\', \'Heading1\'],
  116. [\'h2\', \'Heading2\'],
  117. [\'h3\', \'Heading3\'],
  118. [\'h4\', \'Heading4\'],
  119. [\'h5\', \'Heading5\'],
  120. [\'h6\', \'Heading6\']
  121. ]);',
  122. 'icon' => 'headers.png',
  123. 'accesskey' => 'H',
  124. 'weight' => '11',
  125. ),
  126. 12 =>
  127. array (
  128. 'title' => 'Quote',
  129. 'content' => '
    %TEXT%
    ',
  130. 'icon' => 'quote.png',
  131. 'accesskey' => 'Q',
  132. 'weight' => '12',
  133. ),
  134. 13 =>
  135. array (
  136. 'title' => 'Code',
  137. 'content' => '%TEXT%',
  138. 'icon' => 'code.png',
  139. 'accesskey' => 'D',
  140. 'weight' => '13',
  141. ),
  142. 14 =>
  143. array (
  144. 'title' => 'tpl:dot',
  145. 'content' => '',
  146. 'icon' => 'dot.png',
  147. 'accesskey' => '',
  148. 'weight' => '14',
  149. ),
  150. 15 =>
  151. array (
  152. 'title' => 'Teaser break',
  153. 'content' => '',
  154. 'icon' => 'teaserbr.png',
  155. 'accesskey' => 'T',
  156. 'weight' => '15',
  157. ),
  158. 16 =>
  159. array (
  160. 'title' => 'Preview',
  161. 'content' => 'js: E.prv();',
  162. 'icon' => 'preview.png',
  163. 'accesskey' => 'P',
  164. 'weight' => '16',
  165. ),
  166. 17 =>
  167. array (
  168. 'title' => 'Help',
  169. 'content' => 'js: E.help(\'fadeIn\');',
  170. 'icon' => 'help.png',
  171. 'accesskey' => '1',
  172. 'weight' => '17',
  173. ),
  174. ),
  175. 'icons' =>
  176. array (
  177. ),
  178. 'library' =>
  179. array (
  180. '%BUEDITOR/library/bue.min.default.js' => '',
  181. ),
  182. )