[opencms-dev] Custom Element Group
Le Nouveau
opencms at lenouveau.fr
Tue Aug 13 18:01:37 CEST 2013
If someone is looking for the same thing, here are clues :
Useful Tool :
CmsADEConfigData adeConfig = OpenCms.getADEManager().lookupConfiguration(
cms,
cms.getRequestContext().getRootUri());
To get the formater :
CmsFormatterConfiguration moduleFormatters = adeConfig.getFormatters(
cms,
searchResource);
CmsFormatterBean moduleFormatter = moduleFormatters.getFormatter(
"myType",
980);
To display a module :
CmsJspTagInclude.includeTagAction(...)
Regards,
LeNouveau
2013/8/9 Le Nouveau <opencms at lenouveau.fr>
> Hi (again),
>
> I would like an Element Group, but automatically felt according to a Solr
> request.
>
> Did you hear something like it ?
> Or do you know how to display a module inside a module ? (Inception ! ^^)
>
> Thanks again !
> Bye
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20130813/b4eea82d/attachment.htm>
More information about the opencms-dev
mailing list