06-12-2009 10:11 AM
06-24-2009 09:48 AM
06-24-2009 10:27 AM
<!– Define actions to create and edit content –>
<config>
<actions>
<!– Custom Create content Wizard–>
<action id="custom_espacio_NTAvariacion">
<permissions>
<permission allow="true">CreateChildren</permission>
</permissions>
<label-id>custom_create_space_NTA_variacion</label-id>
<image>/images/icons/new_content.gif</image>
<action>wizard:CreateNTAVariacionWizard</action>
</action>
</actions>
</config>
<!– Custom create content wizard –>
<config>
<wizards>
<wizard name="CreateNTAVariacionWizard"
managed-bean="CustomNTAVariacionWizard"
title-id="custom_create_content_wizard_title"
description-id="create_content_desc"
icon="/images/icons/new_content_large.gif">
<step name="details" title-id="space_details" description-id="create_space_step3_desc">
<page path="/jsp/spaces/create-space-wizard/details.jsp"
title-id="create_space_step3_title"
description-id="create_space_step3_desc"
instruction-id="default_instruction" />
</step>
<step name="summary" title-id="summary" description-id="summary_step_description">
<page path="/jsp/wizard/summary.jsp"
title-id="summary"
description-id="summary_desc"
instruction-id="create_space_finish_instruction" />
</step>
</wizard>
</wizards>
</config>
<config>
<!– Actions Menu for Create in Browse screen –>
<action-group id="browse_create_menu">
<action idref="custom_espacio_NTAvariacion" />
<action idref="create_content" />
<action idref="create_form" />
<action idref="create_web_form" />
<action idref="create_website_wizard" />
<action idref="create_space" />
<action idref="create_space_wizard" />
</action-group>
</config>
<!– *************************************************************** –>
<!– NTA Variacion –>
<!– *************************************************************** –>
<managed-bean>
<description>
Wizard que controla la creacion del espacio NTA Variacion
</description>
<managed-bean-name>CustomNTAVariacionWizard</managed-bean-name>
<managed-bean-class>org.alfresco.web.bean.spaces.CustomSpaceTemplateWizard</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
<managed-property>
<property-name>nodeService</property-name>
<value>#{NodeService}</value>
</managed-property>
<managed-property>
<property-name>fileFolderService</property-name>
<value>#{FileFolderService}</value>
</managed-property>
<managed-property>
<property-name>searchService</property-name>
<value>#{SearchService}</value>
</managed-property>
<managed-property>
<property-name>navigator</property-name>
<value>#{NavigationBean}</value>
</managed-property>
<managed-property>
<property-name>browseBean</property-name>
<value>#{BrowseBean}</value>
</managed-property>
<managed-property>
<property-name>dictionaryService</property-name>
<value>#{DictionaryService}</value>
</managed-property>
<managed-property>
<property-name>namespaceService</property-name>
<value>#{NamespaceService}</value>
</managed-property>
<managed-property>
<property-name>template</property-name>
<value>NTA-Variacion</value>
</managed-property>
</managed-bean>
06-24-2009 11:54 AM
06-25-2009 05:34 AM
<table width="532" height="67" border="1" bordercolor="#999999" bgcolor="#CCCCCC">
<tr>
<td width="170" height="23"><strong>Fecha</strong></td>
<td width="170"><strong>Código de Previsión</strong></td>
<td width="170"><strong>Delegación</strong></td>
</tr>
<tr>
<td height="34"><label>
<input type="text" name="fecha" id="fecha" />
</label></td>
<td><label>
<input type="text" name="codigo" id="codigo" />
</label></td>
<td><label>
<input type="text" name="delegacion" id="delegacion" />
</label></td>
</tr>
</table>
06-25-2009 06:29 AM
<h:inputSecret id="password" value="#{DialogManager.bean.password}" maxlength="20" size="55" />
<managed-bean>
<description>
Mi descripcion del bean
</description>
<managed-bean-name>myDialogBean</managed-bean-name>
<managed-bean-class>org.alfresco.extension.MyDialog</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
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.