Question
Is it possible to create plugins that affect anything other than rendering? For example, to change editing or saving behaviours.
- TWiki version: Dec 2001
- Web server:
- Server OS:
- Web browser:
- Client OS:
--
TWikiGuest - 31 Jul 2002
Answer
This is possible in a limited way, the API will be extended over time to allow more interaction. The latest
TWikiBetaRelease has a
beforeSaveHandler plugin hook that allows you to take some actions before a topic is saved. Editing is pending.
As a workaround you can try to hook into
commonTagsHandler and determine what script it was called from.
--
PeterThoeny - 01 Aug 2002