Skip to end of banner
Go to start of banner

crm:summaryMultipleFiltersArea

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

The <crm:summaryMultipleFiltersArea> tag is used to display multiple filter criteria.

Attributes

NameRequiredTypeDefaultDescription
allowTypesfalseStringThe supported file types that are defined in CRM.COM General Settings.Regular expression for accepted file types, e.g. /(\.|\/)(gif|jpe?g|png)$/
dragDropSupportfalseBooleanfalseSpecifies dragdrop based file selection from filesystem and works only on supported browsers.
idtrueStringnullUnique identifier of the component.
labelKeyfalseStringkey_chooseA valid key defined in translation properties file. Its translation through the glossary will be used as the presentable name of the component.
managedBeantrueStringnullThe name of the managed bean that will be used for retrieving the component values.
uploadModefalseStringadvancedMode of the fileupload element. Allowed values are simple and advanced.
oncompletefalseStringnull

Defines the function call triggered when upload ends.

parameterNamefalseStringnullDefines the parameter name of the function call.
parameterValuefalseStringnullDefines the parameter value of the function call.
refreshfalseString@formComponent(s) to update with ajax.
sizeLimitfalseStringThe maximum file size that is defined in CRM.COM Formatting Settings.Individual file size limit in bytes.
tipfalseStringnull

A valid key defined in translation properties file. Its translation through the glossary will be used as the information message of the component.

uploadMethodfalseStringhandleFileUploadDefines the function call triggered when a file is uploaded.
visiblefalseBooleantrueControls the visibility of the component.


Getting Started

The following example shows an upload file component.


 

  • No labels