mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR: documentation updated
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@114142 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
db6432389b
commit
e1a270a0b1
@ -2,7 +2,9 @@
|
|||||||
var each = tinymce.each;
|
var each = tinymce.each;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Load via: HtmlEditorConfig::get('cms')->enablePlugins(array('ssmacron', '../../../../cms/javascript/tinymce_ssmacron'))
|
* Load via:
|
||||||
|
* HtmlEditorConfig::get('cms')->enablePlugins(array('ssmacron', '../../../../cms/javascript/tinymce_ssmacron'))
|
||||||
|
* HtmlEditorConfig::get('cms')->insertButtonsAfter ('advcode', 'ssmacron');
|
||||||
*/
|
*/
|
||||||
tinymce.create('tinymce.plugins.InsertMacron', {
|
tinymce.create('tinymce.plugins.InsertMacron', {
|
||||||
getInfo : function() {
|
getInfo : function() {
|
||||||
@ -35,6 +37,7 @@
|
|||||||
cmd : 'mceInsertMacron',
|
cmd : 'mceInsertMacron',
|
||||||
image : url + '/img/macron.png'
|
image : url + '/img/macron.png'
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user