#153 — Toolbar Configuration with Permissions
by
Harald Friessnegger
—
last modified
Jul 03, 2010 04:41 PM
| State | Resolved |
|---|---|
| Version: |
—
|
| Area | Functionality |
| Issue type | Feature |
| Severity | Medium |
| Submitted by | Harald Friessnegger |
| Submitted on | Mar 08, 2010 |
| Responsible |
—
|
| Target release: | 1.1rc13 |
the ability to limit the available buttons for novice users but to still give trained ones the full power of the editor is important.
tinymce should allow to restrict certain buttons to any tal condition, so one could display some buttons only for advanced users.
kupu can do that this way:
<element visible="True" id="anchors-button" expression="python:member and member.has_permission('Access kupu powerfeatures',portal)"/>
in addition kupus configuration panel (/kupu_library_tool/zmi_toolbar) displays the button icons (useful for plone starters) and their id (useful for developers that want to limit buttons per-field or configure them via GS), too
(see attached screen)
tinymce should allow to restrict certain buttons to any tal condition, so one could display some buttons only for advanced users.
kupu can do that this way:
<element visible="True" id="anchors-button" expression="python:member and member.has_permission('Access kupu powerfeatures',portal)"/>
in addition kupus configuration panel (/kupu_library_tool/zmi_toolbar) displays the button icons (useful for plone starters) and their id (useful for developers that want to limit buttons per-field or configure them via GS), too
(see attached screen)
Added by
Rob Gietema
on
Jul 03, 2010 04:41 PM
I am moving all TinyMCE issues to the Plone tracker (trac) but unfortunately I can't copy them over so they have to be resubmitted. If you think this issue is still valid (which I think it is) could you please resubmit it at https://dev.plone.org/plone/newticket and select "Visual Editor" in the "Component"-dropdown?
Issue state:
Unconfirmed
→
Resolved
Target release:
None
→
1.1rc13
No responses can be added.
If you can, please log in before submitting a reaction.

kupu-buttons.png