Commit 74a9991
committed
Allow Chaining of config.setup for Editor Init
This allows user plugin configuration without having to hook refs, etc.
Still add custom event proxying and initial content, but allow definition of a setup callback that is invoked after wrapper initialization. This allows configuration similar to the official TinyMCE examples (such as http://www.tinymce.com/tryit/3_x/custom_toolbar_button.php)1 parent 15831fd commit 74a9991
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
| |||
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
119 | 125 | | |
120 | 126 | | |
121 | 127 | | |
| |||
0 commit comments