class documentation
class ZMSFormatProviderAcquired(ZMSFormatProvider.ZMSFormatProvider): (source)
Constructor: ZMSFormatProviderAcquired(textformats, charformats)
Implements interfaces: Products.zms.IZMSFormatProvider.IZMSFormatProvider
Delegate formatting configuration to the portal master.
The acquired provider exposes text and character formats from the master portal while adapting URLs for local editor usage.
| Method | __init__ |
Initialize the acquired format manager stub. |
| Method | get |
Return character formats from the portal master with local button URLs. |
| Method | get |
Return a text format definition delegated from the portal master. |
| Method | get |
Return the default text format from the portal master. |
| Method | get |
Return all available text formats from the portal master. |
| Class Variable | meta |
Undocumented |
| Instance Variable | id |
Undocumented |
Initialize the acquired format manager stub.
| Parameters | |
| textformats:list | Unused compatibility argument. |
| charformats:list | Unused compatibility argument. |
Return character formats from the portal master with local button URLs.
| Returns | |
| list | Character format definitions. |
Return a text format definition delegated from the portal master.
| Parameters | |
| id:str | Text format identifier. |
| REQUEST:ZPublisher.HTTPRequest | The active HTTP request. |
| Returns | |
| dict | Text format definition or None. |