Click or drag to resize

PFWidget_QuickAccess Properties

The PFWidget_QuickAccess type exposes the following members.

Properties
  NameDescription
Public propertyActionMenu
Gets or sets the content of the action menu, available for each result.
Public propertyBottomButtons
Gets or sets the list of buttons to show in the bottom part of the widget. Important : currently not persisted across SignalR!
Public propertyContentTypeDisplayMode
Gets or sets a value describing how the content-type of found items is displayed.
Public propertyContentTypes
Gets or sets the target content-types.
Public propertyCreationContentType
Gets or sets the default content-type used for item creation.
(Inherited from PFWidget.)
Public propertyDisplayedFieldName
Gets or sets the name of the field used to represent each found item.
Public propertyFilteringFieldNames
Gets or sets the list of filtered fields.

If a field is not found in any target content-types, an exception is thrown.

If a field is found in some target content-types, it will obviously only be applied when its possible.

Public propertyHeight
Gets or sets the height.

Default value: 100%.

(Inherited from PFWidget.)
Public propertyHeighthResizable
Gets or sets a value indicating whether the widget is vertically resizable.
(Inherited from PFWidget.)
Public propertyHighlightFilter
Gets or sets a value indicating whether the found keyword must be highlighted in results.

Default value: True.

Public propertyHtmlClass
Gets the additional HTML classes.
(Overrides PFWidgetHtmlClass.)
Public propertyHtmlId
Gets or sets the HTML identifier.
(Inherited from PFWidget.)
Public propertyIgnoreAccents
Gets or sets a value indicating whether filters should ignore accents or not.

Note : this only applies when the database is currently NOT ignoring accents by default.

Attention, this can greatly degrade performances!

Protected propertyLogger
Gets the logger, used to log any useful warning, error or information in the database.
(Inherited from PFWidget.)
Public propertyQuery

Gets or sets the query used to filter elements displayed in the quick access area.

Some restrictions will be applied :

-results limit cannot exceed 50

-groups and aggregations will be disabled

-field mode will be set to Custom

Public propertySite
Gets the contextual Packflow Site.
(Inherited from PFWidget.)
Public propertySourceUrl
Gets the source URL.
(Inherited from PFWidget.)
Public propertyTitleContent
Gets or sets the html content of the title.
(Inherited from PFWidget.)
Public propertyTopButtons
Gets or sets the list of buttons to show in the top part of the widget. Important : currently not persisted across SignalR!
Public propertyTranslations
Gets the contextual translations provided by Packflow.
(Inherited from PFWidget.)
Public propertyWidth
Gets or sets the width.

Default value: 50%.

(Inherited from PFWidget.)
Public propertyWidthResizable
Gets or sets a value indicating whether the widget is horizontally resizable.
(Inherited from PFWidget.)
Top
See Also