Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

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

Image RemovedImage Added

Note

It is used only from Summary Page and Summary with Lazy Data Model Page and Single Filter Summary Page.


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.
criteria



id



managedBean




Getting Started

The following example shows an upload file a summary multiple filters area  component.