First pass of Ajax object picker framework and JSF UI component wrappers. Ajax folder picker implementation.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7429 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-11-23 19:58:42 +00:00
parent b9d8bb4a51
commit 47e90ec3f1
15 changed files with 1664 additions and 32 deletions

View File

@@ -81,7 +81,7 @@ public class UIMenu extends SelfRenderingComponent
// output image
if (getAttributes().get("image") != null)
{
out.write(Utils.buildImageTag(context, (String)getAttributes().get("image"), null, "middle"));
out.write(Utils.buildImageTag(context, (String)getAttributes().get("image"), null, "-4px"));
}
out.write("</a>");