Sorry if this has been asked before or is documented, I have found it neither in the mailing list archives nor in the docs. I have created a custom panel that I would like to be visible when a user edits a page using the WIKI or WYSYWIG editor. I have successfully created the panel and set its type to "edit". Now how do I add it to the panel column? In the panel wizard, only panels of type "view" are available. This appears logical to me, because editor panels are not as straightforward to set up as view panels are, since editor panels must somehow be assciated with one or multiples types of editors. E.g. the "Document Information" panel is only visible when the WIKI or WYSIWYG editor is active, which is exactly the behavior I whish for my panel. Could someone please give me a pointer to where this is documented or explain what I have to do? Thanks in advance and best regards, Ralph -- View this message in context: http://n2.nabble.com/Custom-Editor-Panel-tp2761144p2761144.html Sent from the XWiki- Dev mailing list archive at Nabble.com.
I have it out by myself. Editor panels seem to be skin related and even not featured by all skins. I could get my custom editor panel to work with toucan by editing skins/toucan/editpanelsvars.vm. I hope this will help someone with the same problem in the future, otherwise sorry for the noise on the list. Cheers, Ralph -- View this message in context: http://n2.nabble.com/Custom-Editor-Panel-tp2761144p2767236.html Sent from the XWiki- Dev mailing list archive at Nabble.com.
RalphS wrote:
I have it out by myself. Editor panels seem to be skin related and even not featured by all skins.
I could get my custom editor panel to work with toucan by editing skins/toucan/editpanelsvars.vm.
I hope this will help someone with the same problem in the future, otherwise sorry for the noise on the list.
Yes, that is the right place to edit. Note that it is available for other skins in /templates/, toucan needs to override it because it uses the editor switcher as a panel instead of a tabbar, like albatross. -- Sergiu Dumitriu http://purl.org/net/sergiu/
Hi Sergiu, thanks a lot for the additional info! Best, Ralph Am 02.05.2009 um 14:31 schrieb Sergiu Dumitriu-2 (via Nabble):
RalphS wrote:
I have it out by myself. Editor panels seem to be skin related and even not featured by all skins.
I could get my custom editor panel to work with toucan by editing skins/toucan/editpanelsvars.vm.
I hope this will help someone with the same problem in the future, otherwise sorry for the noise on the list.
Yes, that is the right place to edit. Note that it is available for other skins in /templates/, toucan needs to override it because it uses the editor switcher as a panel instead of a tabbar, like albatross.
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list devs@... http://lists.xwiki.org/mailman/listinfo/devs
This email is a reply to your post @ http://n2.nabble.com/Custom-Editor-Panel-tp2761144p2767274.html You can reply by email or by visting the link above.
-- View this message in context: http://n2.nabble.com/Custom-Editor-Panel-tp2761144p2787751.html Sent from the XWiki- Dev mailing list archive at Nabble.com.
participants (2)
-
RalphS -
Sergiu Dumitriu