<?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 Icons for a Custom Action in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/adding-icons-for-a-custom-action/m-p/93367#M63885</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've developed a custom action executer which extends ActionExecuterAbstractBase. I've tested this action by pulling up "Run Action", and it works as expected. Now, I need to add an icon for the action to the space_browse and browse_actions_menu action groups. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My expectation is that I can add an icon that will take me directly to the parameters page for that action. But none of the examples I've found on this forum for adding icons to this group call an action that's been built to run in the ActionExecuter framework. Is it not possible?&amp;nbsp; Do I need to refactor my action to not run under this framework? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, a quick question on the evaluator: Is the evaluator run when the system displays an icon, or tries to run the action attached to the icon? Ideally, I wouldn't want the icon to show up on spaces without a particular aspect, and I'm trying to figure out the best way to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Mar 2007 15:02:24 GMT</pubDate>
    <dc:creator>timothy_michael</dc:creator>
    <dc:date>2007-03-30T15:02:24Z</dc:date>
    <item>
      <title>Adding Icons for a Custom Action</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-icons-for-a-custom-action/m-p/93367#M63885</link>
      <description>I've developed a custom action executer which extends ActionExecuterAbstractBase. I've tested this action by pulling up "Run Action", and it works as expected. Now, I need to add an icon for the action to the space_browse and browse_actions_menu action groups. My expectation is that I can add an ico</description>
      <pubDate>Fri, 30 Mar 2007 15:02:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-icons-for-a-custom-action/m-p/93367#M63885</guid>
      <dc:creator>timothy_michael</dc:creator>
      <dc:date>2007-03-30T15:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Icons for a Custom Action</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-icons-for-a-custom-action/m-p/93368#M63886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You'll need to create a separate dialog and JSP page to run the action outside of the "Run Action" wizard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The evaluator is run when the icon is displayed, in fact the Evaluator class is used to decide whether the action icon is displayed or not so it's fairly easy to check whether the aspect is present and hence show the icon. There are several examples in the org.alfresco.web.action.evaluator package.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 11:58:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-icons-for-a-custom-action/m-p/93368#M63886</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-04-02T11:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Icons for a Custom Action</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-icons-for-a-custom-action/m-p/93369#M63887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You'll need to create a separate dialog and JSP page to run the action outside of the "Run Action" wizard.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there an example of this somewhere in the Alfresco source, or on the Wiki? I haven't been able find anything similar in my searches.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The evaluator is run when the icon is displayed, in fact the Evaluator class is used to decide whether the action icon is displayed or not so it's fairly easy to check whether the aspect is present and hence show the icon. There are several examples in the org.alfresco.web.action.evaluator package.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks - I'll look into it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 16:03:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-icons-for-a-custom-action/m-p/93369#M63887</guid>
      <dc:creator>timothy_michael</dc:creator>
      <dc:date>2007-04-03T16:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Icons for a Custom Action</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-icons-for-a-custom-action/m-p/93370#M63888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://wiki.alfresco.com/wiki/Adding_a_Custom_Dialog" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Adding_a_Custom_Dialog&lt;/A&gt;&lt;SPAN&gt; gives an example of adding a custom JSP page launched from a new action icon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 11:54:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-icons-for-a-custom-action/m-p/93370#M63888</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-04-05T11:54:34Z</dc:date>
    </item>
  </channel>
</rss>

