Documentation for the new 2.4 Tinymce pluggin framework?

Documentation for the new 2.4 Tinymce pluggin framework?

על ידי Sam Mudle בתאריך
מספר תגובות: 3

Hey, I've developed an additional button for GESHI (https://moodle.org/mod/forum/discuss.php?d=176780) in TinyMce.  It works fine, but is annoying to hack core moodle files.

Can anyone direct me to how to properly add new TinyMCE pluggins in Moodle 2.4.  (Namely, this feature: http://tracker.moodle.org/browse/MDL-33041)

Thanks!

ממוצע דרוגים: -
בתגובה ל: Sam Mudle

Re: Documentation for the new 2.4 Tinymce pluggin framework?

על ידי Dan Poltawski בתאריך
בתגובה ל: Dan Poltawski

Re: Documentation for the new 2.4 Tinymce pluggin framework?

על ידי Davo Smith בתאריך
תמונה של Core developers תמונה של Particularly helpful Moodlers תמונה של Peer reviewers תמונה של Plugin developers

Just checking, as it appears inconsistent with other plugins, but should:

/lang/yourplugin/tinymce_yourplugin.php Language strings. All strings used from TinyMCE JavaScript files must start with "yourplugin:*" prefix.

read

/lang/en/tinymce_yourplugin.php Language strings. All strings used from TinyMCE JavaScript files must start with "yourplugin:*" prefix.

... or something like that?