Jump to main content Jump to doc navigation

Event: OnPluginFormRender

Fires during the rendering of a form. Useful for rendering HTML straight into the Plugin form.

  • Service: 1 - Parser Service Events
  • Group: Plugins

Event Parameters

Name Description
mode Either 'new' or 'upd', depending on the circumstance.
id The ID of the Plugin. This will be 0 for new plugins.
chunk A reference to the modPlugin object. Will be null in new plugins.

See Also