bueditor and audit.module
njivy - March 9, 2007 - 15:52
| Project: | BUEditor |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
ufku,
I am trying to make audit.module cooperate with bueditor.module. Currently, the bueditor buttons appear as they should, except in the audit screen. (See the demo video at http://drupal.org/project/audit to see the audit screen.)
Would you help me understand how the JavaScript is not making the buttons visible on this screen?
I can provide a sandbox on my server. More details are also available if you have time and interest.
Nic

#1
i think editor.initiate() should be called on every content(form) load.
it is normally called on window load, which, in your case, is skipped when the content is loaded by ajax.
#2