Ticket #123 (closed defect: fixed)
Error in full example
| Reported by: | anonymous | Owned by: | guillaumed |
|---|---|---|---|
| Priority: | high | Milestone: | Version 1.0 |
| Component: | Xinha Core | Version: | |
| Severity: | major | Keywords: | |
| Cc: |
Description
I read that in the example :
- xinha_editorsmyTextArea?.registerPlugins(['Stylist','FullScreen?']);
I think this function registerPlugins is missing... Its body should be :
for(var i = 0; i < plugin_names.length; i++) {
registerPlugin(eval(plugin_names[i]));
}
and then change the makeEditors to incopare it
Change History
Note: See
TracTickets for help on using
tickets.
