/[drupal]/contributions/modules/bueditor/import/lab.bueditor.txt
ViewVC logotype

Diff of /contributions/modules/bueditor/import/lab.bueditor.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.1, Mon Nov 2 21:12:42 2009 UTC revision 1.1.2.2, Mon Nov 9 22:04:59 2009 UTC
# Line 48  options.submit = function(tag, form) { Line 48  options.submit = function(tag, form) {
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 (
# Line 56  E.tagDialog(\'tag\', form, options);', Line 56  E.tagDialog(\'tag\', form, options);',
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 (
# Line 64  E.tagDialog(\'tag\', form, options);', Line 64  E.tagDialog(\'tag\', form, options);',
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 (
# Line 88  E.tagDialog(\'tag\', form, options);', Line 88  E.tagDialog(\'tag\', form, options);',
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 (
# Line 96  E.tagDialog(\'tag\', form, options);', Line 96  E.tagDialog(\'tag\', form, options);',
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 (
# Line 104  E.tagDialog(\'tag\', form, options);', Line 104  E.tagDialog(\'tag\', form, options);',
104        'content' => '<br />',        'content' => '<br />',
105        'icon' => '',        'icon' => '',
106        'accesskey' => '',        'accesskey' => '',
107        'weight' => '8',        'weight' => '7',
108      ),      ),
109      8 =>      8 =>
110      array (      array (
# Line 120  $html.find(\'a\').click(function(){ Line 120  $html.find(\'a\').click(function(){
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 (
# Line 133  E.imce.open({sendto: function(file, win, Line 133  E.imce.open({sendto: function(file, win,
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 (
# Line 143  E.imce.open({sendto: function(file, win, Line 143  E.imce.open({sendto: function(file, win,
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 (
# Line 151  E.imce.open({sendto: function(file, win, Line 151  E.imce.open({sendto: function(file, win,
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 (
# Line 164  BUE.postprocess.push(function(E, $) { Line 164  BUE.postprocess.push(function(E, $) {
164  return \'\';',  return \'\';',
165        'icon' => '',        'icon' => '',
166        'accesskey' => '',        'accesskey' => '',
167        'weight' => '13',        'weight' => '12',
168      ),      ),
169      13 =>      13 =>
170      array (      array (
# Line 175  setTimeout(function(){$(\'#editor-demo\' Line 175  setTimeout(function(){$(\'#editor-demo\'
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' =>

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2