I created a custom tag for a custom class that extends the default mainbar with an extra button recently. If needed I could maybe do a quick write-up of what I did.
Nils. ________________________________________ Van: [email protected] [[email protected]] namens Grégory Joseph [[email protected]] Verzonden: maandag 21 juni 2010 12:59 Aan: Magnolia User-List Onderwerp: Re: [magnolia-user] Custom info.magnolia.cms.gui.control for [[email protected] /] Hi Gerald, To do this with the current JSP tags, you would need to write your own tag, and declare it in your own tld. (if this doesn't ring a bell and you can't find a decent tutorial, let me know - right now Google doesn't seem to return anything recent and brief enough...) If you're a little adventurous, you could also look into the "new" authoring tags; unfortunately, the development of those has been put aside for a while and will hopefully resume once 5.0 is out the door. For info, see http://dev.magnolia-cms.com/~gjoseph/new-authoring-tags and http://wiki.magnolia-cms.com/display/DEV/Concept+taglib+cleanup%2C+extraction%2C+rewrite Cheers, -g On Jun 18, 2010, at 16:15, Gerald Madlmayr wrote: > > Hi List, > > I'd like to make my own button for the [[email protected] /] showing > addtionally Information for the Editor. Therefore I implemented a class > "CustomButton" which extends the info.magnolia.cms.gui.control.Button. > Including [[email protected] /] in the templates does not yet work, as I > have to "teach" the Renderer which class to map to his "tag". > > My Question is: where do I define the mapping of the Tags in the Templates to > the Classes in the Modules. > > I already search the config-repo as well as the xmls, but wasn't able to find > anything ... > > Thanks, > > Gerald > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ---------------------------------------------------------------- De informatie vervat in deze e-mail en meegezonden bijlagen is uitsluitend bedoeld voor gebruik door de geadresseerde en kan vertrouwelijke informatie bevatten. Openbaarmaking, vermenigvuldiging, verspreiding en/of verstrekking van deze informatie aan derden is voorbehouden aan geadresseerde. De VPRO staat niet in voor de juiste en volledige overbrenging van de inhoud van een verzonden e-mail, noch voor tijdige ontvangst daarvan. ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
