I created a plugin macro with some 'startup' logic using javascript
AJS.bind("init.rte", function() {
// my code here
});
And it worked fine on my little standalone server. However, it does not seem to work on the test server, which has many third party plugins installed. Is it possible that one of those other plugins has also bound "init.rte", and if so, how does one work around that?
I am still new to javascript, so I would welcome any input.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.