<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Gerd,<div class=""><br class=""></div><div class="">you are on the right track. </div><div class=""><br class=""></div><div class="">The container type of the container tag must match the one configured in the function element (or formatter).</div><div class="">So setting both types to "center" or "somethingother" should work.</div><div class=""> </div><div class="">You should not use the "width" together with the type, only either the type or the width. </div><div class="">"width" does not make no sense in modern respinonsive layouts so I consider it deprecated, but it still is supported.</div><div class=""><br class=""></div><div class="">Your function element also needs to generate some output. </div><div class="">If the function element does not generate any output, it can not be dropped even if the container types match.</div><div class=""><h1>Hello world</h1> would word.</div><div class=""><br class=""></div><div class="">HTH</div><div class=""><br class=""></div><div class="">Kind regards,</div><div class=""><div class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Alex.<br class=""><br class="">-------------------<br class="">Alexander Kandzior<br class=""><br class="">Alkacon Software - The OpenCms Experts                                                    <br class=""><a href="http://www.alkacon.com" class="">http://www.alkacon.com</a> - <a href="http://www.opencms.org" class="">http://www.opencms.org</a>                                                          <br class=""><br class=""><br class=""></div>
</div>
<div><br class=""><blockquote type="cite" class=""><div class="">Am 15.05.2018 um 19:33 schrieb Gerd Schrick <<a href="mailto:mail@schrick-design.de" class="">mail@schrick-design.de</a>>:</div><br class="Apple-interchange-newline"><div class="">
    <meta charset="UTF-8" class="">
<div class="">UPDATE re dynamic function:<br class="">
manually adding a dyn function element to the container with "Edit controlcode" works and I can then edit it in ADE.<br class="">
But via dropping the container does not accept it (shows no dashed red lines in ADE).<br class="">
Can see it in Apollo demo working with the "OpenCms Info" dyn function element ... compared its config to mine and cannot see what may basically make the difference.<br class="">
<br class="">
For my understanding it's the container's type that determines what elements can go there:<br class="">
<container name="centercontainer" type="center" width="500" ...<br class="">
In func element I set type to "center" but also tried "*" and width min=50/max=800 w/o success.<br class="">
<br class="">
Are there some other settings that do the trick?<br class="">
<br class="">
Gerd<br class=""><br class=""><div class="gmail_quote">Am 15. Mai 2018 04:43:45 MESZ schrieb Gerd Schrick <<a href="mailto:mail@schrick-design.de" class="">mail@schrick-design.de</a>>:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><p class="">Dear All, <br class=""> <br class=""> in 10.5.3 (tomcat 8 standalone) I tried to set up a list and detail page as described in the doku (<a href="http://documentation.opencms.org/opencms-documentation/content-in-opencms/lists-of-resources-and-detail-pages/" class="">http://documentation.opencms.org/opencms-documentation/content-in-opencms/lists-of-resources-and-detail-pages/</a>) for some hours now but it ended just in a mostly frustrating adventure ... hopefully someone can help to proceed with more success. ;-)<br class=""></p><p class=""> Here in short my issues: <br class=""> <br class=""> 1) created news_list.jsp and a dynamic function in my module ... <br class=""> unable to "drop it on a container page" (I can drag it but the container won't accept it) - how to enable that? <br class=""> finally was able to create a new list-page after I added it as Function to module config - is this the only way? <br class=""> <br class=""> 2) list works as expected but no "+" shows up to add a new item although the docu says: "[...] if the attribute <em class="">editable</em> is set to <em class="">true </em>[...]"<br class="">my config is:<br class=""><cms:contentload collector="allInFolder" param="${folder}|my-news|${count}" editable="true"><br class=""> when I add "|${folder}my-news_%(number).xml" (or something else) to the param attribute the + is shown but then I finally get an error "The new file name pattern "/news/article/.elements/" does not contain the number macro." when selecting "Copy" or "New" in the dialog that shows after a click on the +.<br class="">UPDATE: just found out that it works when I use param="${folder}my-news_%(number).xml|my-news|${count}" - this should be mentioned!<br class="">Is there a doku about the collectors and their parameters? Where to find? I still can't get collector "<em class="">allInFolderNavPos</em>" to work ...<br class=""> <br class=""> 3) added a detail page as described and checked in sitemap config <br class=""> but a click on the item link in the list as well as in explorer on the item's content file via context menu > Display says there's no detail page configured for the resource (but it is and it's not disabled in the module config!?) <br class=""> <br class=""> And yes, I'd like to use and understand the "old" way, although an alternative for V10+ is recommended (what I did not try yet). <br class=""> <br class="">Any help is greatly appreciated.<br class=""> <br class="">Thanks a lot, <br class=""> Gerd</p>
 </blockquote></div></div>_______________________________________________<br class="">This mail is sent to you from the opencms-dev mailing list<br class="">To change your list options, or to unsubscribe from the list, please visit<br class=""><a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" class="">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a><br class=""><br class=""><br class=""><br class=""></div></blockquote></div><br class=""></div></body></html>