04-25-2008 12:34 PM
04-28-2008 06:44 AM
04-28-2008 07:35 AM
04-28-2008 08:56 AM
04-28-2008 09:19 AM
component.getAttributes.put("style", "color: blue");
04-28-2008 09:32 AM
04-28-2008 10:30 AM
<managed-bean>
<description>
Bean that generates a label component
</description>
<managed-bean-name>LabelGenerator</managed-bean-name>
<managed-bean-class>org.alfresco.web.bean.generator.LabelGenerator</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
</managed-bean>
04-28-2008 10:41 AM
04-29-2008 05:09 AM
UIComponent label = FacesHelper.getComponentGenerator(context,
RepoConstants.GENERATOR_LABEL).generateAndAdd(context, propertySheet, item);
label.getAttributes().put("value", "<a href="">Titre</a>" + ":");
04-29-2008 06:02 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.