This extension for Alfresco is obsolete and unsupported. Use it on your own risk.
Generic components for use in other extensions.
Compatible with Alfresco 5.1 and 5.2.
This component requires:
- Alvex Utils
- Aikau 1.0.101 or later
- Aikau Forms Runtime Support
Extends alfresco/forms/Form. Adds warning on the bottom of the form if not all required fields are filled.
Extends alfresco/forms/controls/BaseFormControl. Disables validation of the field, if field is hidden (also if section with a field is hidden).
Extends alfresco/forms/controls/CheckBox. Mixes in alvex/forms/controls/BaseFormControl. Disables validation of the field, if field is hidden (also if section with a field is hidden).
Extends alfresco/forms/controls/DateTextBox. Mixes in alvex/forms/controls/BaseFormControl. Disables validation of the field, if field is hidden (also if section with a field is hidden).
Date format: dd.MM.yyyy
If empty, uses empty string as a value (""), not null.
Form control to attach files from local drive or to select existing files in the repository on any form. Currently upload files to the user home folder. Later will be added support to select a folder. Attributes:
Indicates whether values should be set as separate properties for the files added and removed (from the initial state) rather than just a single value representing the files selected.
Indicates whether or not more than one can be selected. Default value: false
Types of files to accept. By default accept all files. Sample: ".gif, .jpg, .png, .doc"
An optional token that can be provided for splitting the supplied value. This should be configured when the value is provided as a string that needs to be converted into an array. Default value: ","
Extends alfresco/forms/controls/FilteringSelect. Mixes in alvex/forms/controls/BaseFormControl. Disables validation of the field, if field is hidden (also if section with a field is hidden).
Extends alvex/forms/controls/BaseFormControl. Mixes in alvex/renderers/Document.
Extends alfresco/forms/controls/Select. Mixes in alvex/forms/controls/BaseFormControl. Disables validation of the field, if field is hidden (also if section with a field is hidden).
Extends alfresco/forms/controls/TextArea. Mixes in alvex/forms/controls/BaseFormControl. Disables validation of the field, if field is hidden (also if section with a field is hidden).
Extends alfresco/forms/controls/TextBox. Mixes in alvex/forms/controls/BaseFormControl. Disables validation of the field, if field is hidden (also if section with a field is hidden).
Fork of alfresco/lists/Paginator not to render page selector and to render text about the list size. Better support of lists with > 100 pages.
Renders file thumbnail and title from nodeRef. Shows preview on click. Supports multiple nodeRefs separated by a comma. Requires DocumentService and NodePreviewService on the page to show preview.
Extends alfresco/renderers/InlineEditProperty. Mixes in alvex/forms/controls/DateTextBox.
Extends alfresco/renderers/InlineEditProperty. Mixes in alvex/forms/controls/FilteringSelect.
Fork of http://dev.alfresco.com/resource/docs/aikau-jsdoc/FormsRuntimeService.js.html to extend it with new widgets. Extend this Service with your custom widgets like this: https://github.com/ITDSystems/alvex-registers/blob/master/share/src/main/amp/web/js/alvex/services/RegisterFormsRuntimeService.js
Recommended way to use Alvex components is to include them as dependencies to your Maven project. Follow this guide to include this component to your project.
To build Alvex follow this guide.