MODX Cloud

The Most Productive MODX Learning Playground Ever

Claim Free Lab Account

Label: plugin

All content with label plugin.
Related Labels: fields, custom, event

Page: Adding Custom Fields to Manager Forms (MODx Revolution 2.x)
Adding a Custom Field Adding custom fields to manager forms such as the Create Chunk, Update Resource, etc in MODx Revolution is fairly straightforward. You just use the OnFormRender Plugin events. We want to add a field called 'Home' that puts ...
Other labels: custom, fields
Page: Plugins (MODx Revolution 2.x)
What is a Plugin? Plugins are similar to Snippets in that they are bits of PHP code that have access to the MODx API. The big difference, however, is in when the code executes. You put Snippets inside of a page or inside a template and they run when the page is viewed, whereas ...
Other labels: event