Header/Footer editable when TWPRichText is disabled

  • Hi,

    We have several "UI-Modes" as described in this thread:
    http://wpcubed.com/forum/viewtopic.php?t=6417

    The header and footer is editable when the "TWPRichText" is disabled (Enabled = False). All the other controls are disabled.

    - Is this a bug?
    - What would be the recomended way to disable the tool bar/TWPRichText in "view mode"?

    EDIT: It sseems to be that only images can be added, re-scaled, moved in the header/footer.

    Thanks in advance :)
    /Steven

  • Zitat von wpsupport

    Enabled = false does not disable editing. It is just a flag which disables any mouse action and focus.

    To make the editor readonly, use the property Readonly and the property EditOptions.

    Hi again,

    Sorry, I have said something wrong. I already used "Readonly".
    I set "EditOptions" to "[]" on "view" mode. It works now. However, with this solution, I have to set the bunch of "EditOption" every time I switch to "edit" mode.
    Why is "Readonly" not enough to make the editor readonly?

    /Steven