Skip to main content

EnsPortal.Component.categorySelector

class EnsPortal.Component.categorySelector extends %ZEN.Portal.selector

This class is used by the Production Configuration UI; it is not for direct use within an application.

Method Inventory

Parameters

parameter DOMAIN = Ensemble;
parameter USECOMMONDIRECTORY = 1;
Inherited description: If true, then the include files generated for this component, are placed in the common /csp/broker directory and not the local /csp/*namespace* directory.
This is intended for use with packages that are mapped so as to be visible to every namespace.
All Zen classes within the same package must have the same value for this parameter. It is the developer's responsibility to ensure this.

Methods

classmethod %RenderDropdown(pIndex As %Integer, pContext As %String, pSearchKey As %String, pMultiSelect As %Boolean, pSeparator As %String = ",") as %Status
Overridden to provide free text entry field in addition to select
clientmethod updateCategoryOptions() [ Language = javascript ]
User has requested accepted typed category The options drop down is left open and hence need to update if new category. If typed an existing category then advise - user will need to select or deselect.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab