module documentation
zmscustom.py - ZMS Custom Content Class for Site-Specific Customization and Plugin Extensions
Defines ZMSCustom for site-specific customization and plugin extensions. It allows overriding default behavior through configuration, subclassing, or plugin hooks.
License: GNU General Public License v2 or later, Organization: ZMS Publishing
| Class | |
Custom content node with record-set editing and import helpers. |
| Function | container |
Return True for ZMS containers that may host custom content. |
| Function | manage_add |
Constructor function for adding custom content nodes |
| Function | parse |
Import record-set rows from an XML payload into the current object. |
| Variable | manage_add |
Undocumented |
Constructor function for adding custom content nodes
| Parameters | |
| self | Undocumented |
| meta | the meta-id / type of the new ZMSObject |
| lang:str | the language-id. |
| _sort | the sort value. |
| btn:str | the submitting button value. |
| REQUEST:ZPublisher.HTTPRequest | the triggering request |
| RESPONSE:ZPublisher.HTTPResponse | the triggering response |