08-14-2007 01:05 PM
08-17-2007 06:45 AM
<widget xforms-type="xf:upload"
javascript-class-name="alfresco.xforms.FilePicker">
<param name="selectable_types">wcm:avmcontent,wcm:avmfolder</param>
</widget>
<widget xforms-type="xf:upload"
appearance="image_file_picker"
javascript-class-name="alfresco.xforms.FilePicker">
<param name="selectable_types">wcm:avmcontent</param>
<param name="filter_mimetypes">image/*</param>
</widget>
<widget xforms-type="xf:upload"
appearance="html_file_picker"
javascript-class-name="alfresco.xforms.FilePicker">
<!– allow folder selection to handle index pages –>
<param name="selectable_types">wcm:avmcontent,wcm:avmfolder</param>
<param name="filter_mimetypes">text/html</param>
</widget>
<widget xforms-type="xf:upload"
appearance="folder_picker"
javascript-class-name="alfresco.xforms.FilePicker">
<param name="selectable_types">wcm:avmfolder</param>
<param name="filter_mimetypes">*</param>
</widget>
<widget xforms-type="xf:upload"
appearance="file_picker"
javascript-class-name="alfresco.xforms.FilePicker">
<param name="selectable_types">wcm:avmcontent</param>
</widget>
08-17-2007 11:49 AM
<widget xforms-type="xf:upload"
appearance="pdf_file_picker"
javascript-class-name="alfresco.xforms.FilePicker">
<param name="selectable_types">wcm:avmcontent</param>
<param name="filter_mimetypes">application/pdf</param>
</widget>
If the answer is positive, where could I find a reference for web-client-config-wcm.xml customization?
08-17-2007 05:14 PM
08-18-2007 04:34 AM
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:az="http://www.sky.it/contentmodels/az"
xmlns:alf="http://www.alfresco.org"
targetNamespace="http://www.sky.it/contentmodels/az">
<xs:element name="enterprise">
<xs:complexType>
<xs:sequence>
<xs:element name="logo" type="xs:anyURI">
<xs:annotation>
<xs:appinfo>
<alf:label>Logo path</alf:label>
<alf:alert>A logo is required to create content</alf:alert>
<alf:appearance>image_file_picker</alf:appearance>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="name" type="xs:normalizedString"/>
<xs:element name="code" type="xs:normalizedString" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<widget xforms-type="xf:upload"
appearance="image_file_picker"
javascript-class-name="alfresco.xforms.FilePicker">
<param name="selectable_types">wcm:avmcontent</param>
<param name="filter_mimetypes">image/*</param>
</widget>
and so on. There is just ONE line referring to xf:upload
<widget xforms-type="xf:upload" javascript-class-name="alfresco.xforms.FilePicker"/>
I tried to modify web-client-config-wcm.xml adding xf:upload image_file_picker appearance but nothing changed in the rendered form. I also tried to modify RictTextEditor config to add HTML code button and the modification worked, so it seems there's some issue with xf:upload appearance hack: can u confirm it?
08-20-2007 05:40 AM
08-20-2007 04:01 PM
==============================
Alfresco 2.1 Release Candidate
==============================
Ok, so I've downloaded Alfresco 2.1 RC08-21-2007 06:02 AM
08-21-2007 01:23 PM
You can get access to the v2.1 branch and the current 2.1 Enterprise BETA (it is much more stable than Community) either via subscription or by requesting a trial eval.
01-10-2008 03:57 PM
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.