<?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 Adding custom menu items in 'More Actions' dropdown in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/adding-custom-menu-items-in-more-actions-dropdown/m-p/203676#M156806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to add a custom menu item in &lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;More Actions&lt;/SPAN&gt;&lt;SPAN&gt; for a document - saying '&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;Add Category&lt;/SPAN&gt;&lt;SPAN&gt;'. On clicking it, how can I take it to the '&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;Manage Categories Dialog&lt;/SPAN&gt;&lt;SPAN&gt;'?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Aswini&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2009 10:37:10 GMT</pubDate>
    <dc:creator>aswini</dc:creator>
    <dc:date>2009-01-26T10:37:10Z</dc:date>
    <item>
      <title>Adding custom menu items in 'More Actions' dropdown</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-custom-menu-items-in-more-actions-dropdown/m-p/203676#M156806</link>
      <description>Hi All,Is it possible to add a custom menu item in More Actions for a document - saying 'Add Category'. On clicking it, how can I take it to the 'Manage Categories Dialog'?Please help.Thank youAswini</description>
      <pubDate>Mon, 26 Jan 2009 10:37:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-custom-menu-items-in-more-actions-dropdown/m-p/203676#M156806</guid>
      <dc:creator>aswini</dc:creator>
      <dc:date>2009-01-26T10:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom menu items in 'More Actions' dropdown</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-custom-menu-items-in-more-actions-dropdown/m-p/203677#M156807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You'll need to edit web-client-config-actions.xml and add action id "add_category" to "document_browse" action-group. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Externalised_Client_Actions" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Externalised_Client_Actions&lt;/A&gt;&lt;SPAN&gt; for more details.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 12:36:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-custom-menu-items-in-more-actions-dropdown/m-p/203677#M156807</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2009-01-26T12:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom menu items in 'More Actions' dropdown</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-custom-menu-items-in-more-actions-dropdown/m-p/203678#M156808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much for the information Zaizi. Can you also let me know which is the evaluator/bean to show the &lt;/SPAN&gt;&lt;STRONG&gt;'Manage Categories'&lt;/STRONG&gt;&lt;SPAN&gt; please.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!– Show the Categories Dialog –&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;action id="mg_show_cat"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;evaluator&amp;gt;?&amp;lt;/evaluator&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;label-id&amp;gt;Add Category&amp;lt;/label-id&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;image&amp;gt;/images/icons/icon.gif&amp;lt;/image&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;action-listener&amp;gt;?&amp;lt;/action-listener&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;params&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param name="id"&amp;gt;#{actionContext.id}&amp;lt;/param&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/params&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/action&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Aswini&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 14:04:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-custom-menu-items-in-more-actions-dropdown/m-p/203678#M156808</guid>
      <dc:creator>aswini</dc:creator>
      <dc:date>2009-01-26T14:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom menu items in 'More Actions' dropdown</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-custom-menu-items-in-more-actions-dropdown/m-p/203679#M156809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Or if I could atleast find out which javascript is being called for 'Link item to Category' content rule action, I can associate the action to the dropdown menu. Please could anybody help?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Aswini&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 15:41:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-custom-menu-items-in-more-actions-dropdown/m-p/203679#M156809</guid>
      <dc:creator>aswini</dc:creator>
      <dc:date>2009-01-26T15:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom menu items in 'More Actions' dropdown</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-custom-menu-items-in-more-actions-dropdown/m-p/203680#M156810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Can anyone help please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to have categories assigned to a document when its getting uploaded. But the category assigned should be user's choice. How can I achieve this as a mandatory property please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Aswini&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 10:20:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-custom-menu-items-in-more-actions-dropdown/m-p/203680#M156810</guid>
      <dc:creator>aswini</dc:creator>
      <dc:date>2009-01-27T10:20:34Z</dc:date>
    </item>
  </channel>
</rss>

