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.
parameter DOMAIN = "Ensemble";
parameter USECOMMONDIRECTORY = 1;
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.
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
method 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.