| 48 |
E.tagDialog(\'tag\', form, options);', |
E.tagDialog(\'tag\', form, options);', |
| 49 |
'icon' => 'Custom Form', |
'icon' => 'Custom Form', |
| 50 |
'accesskey' => 'D', |
'accesskey' => 'D', |
| 51 |
'weight' => '1', |
'weight' => '0', |
| 52 |
), |
), |
| 53 |
1 => |
1 => |
| 54 |
array ( |
array ( |
| 56 |
'content' => 'js: E.toggleTag(\'strong\', {\'class\': \'error\', style: \'font: courier\'});', |
'content' => 'js: E.toggleTag(\'strong\', {\'class\': \'error\', style: \'font: courier\'});', |
| 57 |
'icon' => 'Toggle tag', |
'icon' => 'Toggle tag', |
| 58 |
'accesskey' => 'T', |
'accesskey' => 'T', |
| 59 |
'weight' => '2', |
'weight' => '1', |
| 60 |
), |
), |
| 61 |
2 => |
2 => |
| 62 |
array ( |
array ( |
| 64 |
'content' => 'js: E.prvAjax();', |
'content' => 'js: E.prvAjax();', |
| 65 |
'icon' => 'XPreview', |
'icon' => 'XPreview', |
| 66 |
'accesskey' => '', |
'accesskey' => '', |
| 67 |
'weight' => '3', |
'weight' => '2', |
| 68 |
), |
), |
| 69 |
3 => |
3 => |
| 70 |
array ( |
array ( |
| 71 |
'title' => 'Find', |
'title' => 'Find', |
| 72 |
'content' => 'js: E.frForm(\'find\');', |
'content' => 'js: E.frForm();', |
| 73 |
'icon' => 'Find', |
'icon' => 'Find', |
| 74 |
'accesskey' => 'F', |
'accesskey' => 'F', |
| 75 |
'weight' => '4', |
'weight' => '3', |
| 76 |
), |
), |
| 77 |
4 => |
4 => |
| 78 |
array ( |
array ( |
| 79 |
'title' => 'Replace', |
'title' => 'Replace', |
| 80 |
'content' => 'js: E.frForm(\'replace\', true, true);', |
'content' => 'js: E.frForm(true, true, true);', |
| 81 |
'icon' => 'Replace', |
'icon' => 'Replace', |
| 82 |
'accesskey' => 'R', |
'accesskey' => 'R', |
| 83 |
'weight' => '5', |
'weight' => '4', |
| 84 |
), |
), |
| 85 |
5 => |
5 => |
| 86 |
array ( |
array ( |
| 88 |
'content' => 'js: E.undo();', |
'content' => 'js: E.undo();', |
| 89 |
'icon' => 'Undo', |
'icon' => 'Undo', |
| 90 |
'accesskey' => 'Z', |
'accesskey' => 'Z', |
| 91 |
'weight' => '6', |
'weight' => '5', |
| 92 |
), |
), |
| 93 |
6 => |
6 => |
| 94 |
array ( |
array ( |
| 96 |
'content' => 'js: E.redo();', |
'content' => 'js: E.redo();', |
| 97 |
'icon' => 'Redo', |
'icon' => 'Redo', |
| 98 |
'accesskey' => 'Y', |
'accesskey' => 'Y', |
| 99 |
'weight' => '7', |
'weight' => '6', |
| 100 |
), |
), |
| 101 |
7 => |
7 => |
| 102 |
array ( |
array ( |
| 104 |
'content' => '<br />', |
'content' => '<br />', |
| 105 |
'icon' => '', |
'icon' => '', |
| 106 |
'accesskey' => '', |
'accesskey' => '', |
| 107 |
'weight' => '8', |
'weight' => '7', |
| 108 |
), |
), |
| 109 |
8 => |
8 => |
| 110 |
array ( |
array ( |
| 120 |
E.quickPop.open($html);', |
E.quickPop.open($html);', |
| 121 |
'icon' => 'Choose', |
'icon' => 'Choose', |
| 122 |
'accesskey' => 'O', |
'accesskey' => 'O', |
| 123 |
'weight' => '9', |
'weight' => '8', |
| 124 |
), |
), |
| 125 |
9 => |
9 => |
| 126 |
array ( |
array ( |
| 133 |
}});', |
}});', |
| 134 |
'icon' => 'Image(IMCE)', |
'icon' => 'Image(IMCE)', |
| 135 |
'accesskey' => 'M', |
'accesskey' => 'M', |
| 136 |
'weight' => '10', |
'weight' => '9', |
| 137 |
), |
), |
| 138 |
10 => |
10 => |
| 139 |
array ( |
array ( |
| 143 |
</ul>', |
</ul>', |
| 144 |
'icon' => 'Auto LI', |
'icon' => 'Auto LI', |
| 145 |
'accesskey' => '', |
'accesskey' => '', |
| 146 |
'weight' => '11', |
'weight' => '10', |
| 147 |
), |
), |
| 148 |
11 => |
11 => |
| 149 |
array ( |
array ( |
| 151 |
'content' => 'js: E.help();', |
'content' => 'js: E.help();', |
| 152 |
'icon' => '???', |
'icon' => '???', |
| 153 |
'accesskey' => 'H', |
'accesskey' => 'H', |
| 154 |
'weight' => '12', |
'weight' => '11', |
| 155 |
), |
), |
| 156 |
12 => |
12 => |
| 157 |
array ( |
array ( |
| 164 |
return \'\';', |
return \'\';', |
| 165 |
'icon' => '', |
'icon' => '', |
| 166 |
'accesskey' => '', |
'accesskey' => '', |
| 167 |
'weight' => '13', |
'weight' => '12', |
| 168 |
), |
), |
| 169 |
13 => |
13 => |
| 170 |
array ( |
array ( |
| 175 |
return \'<img src="\'+ Drupal.settings.basePath +\'misc/druplicon.png" width="16" height="16" title="Me inserted the initial text" alt="druplicon" />\';', |
return \'<img src="\'+ Drupal.settings.basePath +\'misc/druplicon.png" width="16" height="16" title="Me inserted the initial text" alt="druplicon" />\';', |
| 176 |
'icon' => '', |
'icon' => '', |
| 177 |
'accesskey' => '', |
'accesskey' => '', |
| 178 |
'weight' => '14', |
'weight' => '13', |
| 179 |
), |
), |
| 180 |
), |
), |
| 181 |
'icons' => |
'icons' => |