mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. Added 'script' element config support to externally configured UI action definitions.
. ActionLink component now renders any params found from config definition as URL arguments for an 'href' style action (to support above change) . Added new root scope object 'logger' to the JavaScript API to aid with debugging of scripts git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3480 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -229,6 +229,7 @@ public class ActionsConfigElement extends ConfigElementAdapter
|
||||
public String Action;
|
||||
public String Href;
|
||||
public String Target;
|
||||
public String Script;
|
||||
public String Onclick;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user