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 នៅ

http://docs.moodle.org/dev/TinyMCE_plugins seems to be the best we've got.

មធ្យមភាគនៃរង្វាយតម្លៃ: -
ឆ្លើយតបទៅកាន់ 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?

មធ្យមភាគនៃរង្វាយតម្លៃ: -
ឆ្លើយតបទៅកាន់ Davo Smith

Re: Documentation for the new 2.4 Tinymce pluggin framework?

ដោយ Dan Poltawski នៅ

I think so, see: lib/editor/tinymce/plugins/moodleemoticon/

as an example.

មធ្យមភាគនៃរង្វាយតម្លៃ: -