07-09-2008 06:39 AM
07-10-2008 06:19 PM
07-10-2008 08:10 PM
<xs:simpleType name="string20">
<xs:restriction base="xs:normalizedString">
<xs:maxLength value="20"></xs:maxLength>
</xs:restriction>
</xs:simpleType>
<xs:element name="title" type="hp:string20" default="" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:appinfo>
<alf:alert>Title required (max length 20 characters).</alf:alert>
</xs:appinfo>
</xs:annotation>
</xs:element>
In the xform schema
<xs:element name="link_to" type="xs:anyURI">
<xs:annotation>
<xs:appinfo>
<alf:appearance>folder_restricted_file_picker_finance_products</alf:appearance>
</xs:appinfo>
</xs:annotation>
</xs:element>
in the web-client-config-wcm.xml file:
<!– File Picker for the Homes Page Finance Product pages –>
<widget xforms-type="xf:upload" appearance="folder_restricted_file_picker_finance_products"
javascript-class-name="alfresco.xforms.FilePicker">
<param name="selectable_types">wcm:avmcontent,wcm:avmfolder</param>
<param name="filter_mimetypes">text/html</param>
<param name="folder_restriction">finance products</param>
</widget>
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.