<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to create menus in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-menus/m-p/72652#M47270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That example is very nice, but it is hard to tell what was done in Alfresco and what is done with Flash on that site.&amp;nbsp; Is there another example of a more tradition website, where the contents drives the dynamic menu?&amp;nbsp; (For example, business user creates a new category of pages, a new graphical menu item appears on the navigation.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About the XML generated from the web form, do you mean that Alfresco would call ImagicMagick to combine the text from the XML with the menu's background image?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jan 2008 16:14:28 GMT</pubDate>
    <dc:creator>codedigger</dc:creator>
    <dc:date>2008-01-29T16:14:28Z</dc:date>
    <item>
      <title>How to create menus</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-menus/m-p/72648#M47266</link>
      <description>We want to develop a website with two kind of menus: [1] a main menu, which consists of clickable images and [2] a sub menu, which has to be automatically generated based on parent-child generation of the pages. How can this be implemented in the website with Alfresco so that these menus are managea</description>
      <pubDate>Tue, 06 Mar 2007 13:03:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-menus/m-p/72648#M47266</guid>
      <dc:creator>leviter</dc:creator>
      <dc:date>2007-03-06T13:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create menus</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-menus/m-p/72649#M47267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This depends on whether or not a user should be able to control what is shown in either menu.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the main menu is a set of clickable images, you may wish to have a form that allows a user (a web designer) to upload and reference via our file browser control an image, associated with an page reference (a JSP or HTML page for example), some ALT text.&amp;nbsp; This can be one compound element (a complexType) in the form, and it can be set to have 1 to n value.&amp;nbsp; The advantage of this form is that the user can change images, change ALT text, change references, change ordering, etc. all without changing code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any web page generated - be it static or dynamic - can use this XML to generate the main menu.&amp;nbsp; For a static site, a template can generate as an HTML fragment and all web pages can source it via a server-side include. For a dynamic site, you can have a JSP tag that implements the main menu sourcing directly from this example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the submenu, this can just be generated off the directory structure, whether you generate as a static HTML fragment or do so dynamic via a JSP tag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if you have any more questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 00:47:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-menus/m-p/72649#M47267</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2007-03-07T00:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to create menus</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-menus/m-p/72650#M47268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is important for a web content management system to dynamically generate graphical menus by combined text with background image.&amp;nbsp; May be I'm spoiled by Typo3.&amp;nbsp; I see that Alfresco uses ImageMagick, so there is hope.&amp;nbsp; Is this capability available in Alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, are there examples of public facing website driven by Alfresco that has dynamic graphic menus?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 20:14:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-menus/m-p/72650#M47268</guid>
      <dc:creator>codedigger</dc:creator>
      <dc:date>2008-01-28T20:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create menus</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-menus/m-p/72651#M47269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One example would be the main nav menu for various game titles on Activision's website, where the main menu is actually a graphic that provides a drop-down list of links to various details on a specific game title:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.activision.com/index.html#home|en_US" rel="nofollow noopener noreferrer"&gt;http://www.activision.com/index.html#home|en_US&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One means of accomplishing this is to have a Web Form for generating an XML for each section of your website that is read for purposes of generating navigation menus.&amp;nbsp; That Web Form can be used to allow a biz user to not only&amp;nbsp; set what the list of links should be, their order, their titles, their ALT tags, etc., but in this case also enforce using an xs:anyURI-typed element selection of a related image asset (using a schema annotation to restrict asset selection to files of an appropriate mime-type, which is 2.2 can also be restricted via search or a top-level folder designation).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 13:39:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-menus/m-p/72651#M47269</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2008-01-29T13:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create menus</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-menus/m-p/72652#M47270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That example is very nice, but it is hard to tell what was done in Alfresco and what is done with Flash on that site.&amp;nbsp; Is there another example of a more tradition website, where the contents drives the dynamic menu?&amp;nbsp; (For example, business user creates a new category of pages, a new graphical menu item appears on the navigation.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About the XML generated from the web form, do you mean that Alfresco would call ImagicMagick to combine the text from the XML with the menu's background image?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 16:14:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-menus/m-p/72652#M47270</guid>
      <dc:creator>codedigger</dc:creator>
      <dc:date>2008-01-29T16:14:28Z</dc:date>
    </item>
  </channel>
</rss>

