Changeset 430:dbecec9a2ede for admin/js
- Timestamp:
- 06/28/11 10:53:33 (14 years ago)
- Branch:
- wysiwyg
- Location:
- admin/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/dcToolBar.js
r379 r430 13 13 } 14 14 15 tinymce.addI18n(dcToolBar.getI18n()); 16 15 17 return this.each(function(){ 16 18 $.data(this,'toolbar',new tinymce.Editor($(this).attr('id'),dcToolBar.getConfig(settings.formatter))); 17 19 $(this).data('toolbar').activeFormatter = settings.formatter; 18 $(this).data('toolbar').onPreInit.add(function(ed) {19 tinymce.addI18n(dcToolBar.getI18n());20 });21 20 }); 22 21 -
admin/js/tiny_mce/plugins/dcControls/editor_plugin.js
r424 r430 26 26 var url = popup_link_url; 27 27 var node = ed.dom.getParent(se.getNode(), 'A'); 28 29 if (node == null) { 30 node = se.getNode(); 31 } 28 32 29 33 if (node.nodeName == 'A') {
Note: See TracChangeset
for help on using the changeset viewer.