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]> ----------------------------------------------------------------
