class documentation

class ZMSFormatProvider(ZMSItem.ZMSItem, ZMSTextformatManager.ZMSTextformatManager, ZMSCharformatManager.ZMSCharformatManager): (source)

Constructor: ZMSFormatProvider(textformats, charformats)

Implements interfaces: Products.zms.IZMSConfigurationProvider.IZMSConfigurationProvider, Products.zms.IZMSFormatProvider.IZMSFormatProvider

View In Hierarchy

Provide editable text and character formats for the local portal.

Method __init__ Initialize the format manager with persisted format definitions.
Method manage_options Return parent management tabs with local relative actions.
Method manage_sub_options Return the text and character format tabs shown in the ZMI.
Class Variable __ac_permissions__ Undocumented
Class Variable __administratorPermissions__ Undocumented
Class Variable manage Undocumented
Class Variable manage_charformats Undocumented
Class Variable manage_main Undocumented
Class Variable manage_options_default_action Undocumented
Class Variable manage_sub_options__roles__ Undocumented
Class Variable manage_textformats Undocumented
Class Variable meta_type Undocumented
Class Variable zmi_icon Undocumented
Instance Variable charformats Undocumented
Instance Variable id Undocumented
Instance Variable textformats Undocumented
def __init__(self, textformats=[], charformats=[]): (source)

Initialize the format manager with persisted format definitions.

Parameters
textformats:listStored text format definitions.
charformats:listStored character format definitions.
def manage_options(self): (source)

Return parent management tabs with local relative actions.

def manage_sub_options(self): (source)

Return the text and character format tabs shown in the ZMI.

__ac_permissions__ = (source)

Undocumented

__administratorPermissions__: tuple[str, ...] = (source)

Undocumented

Undocumented

manage_charformats = (source)

Undocumented

manage_main = (source)

Undocumented

manage_options_default_action: str = (source)

Undocumented

manage_sub_options__roles__ = (source)

Undocumented

manage_textformats = (source)

Undocumented

meta_type: str = (source)

Undocumented

zmi_icon: str = (source)

Undocumented

charformats = (source)

Undocumented

Undocumented

textformats = (source)

Undocumented