Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
|
|
|
|
|
Avoid writing out the session cookie if we are in a Studio session.
Get the (localized) subtitle string for the dialog.
Get the (localized) title string for the dialog.
Wrapper method around %ZEN.Portal.ContextSearch which ensures that we avoid using search keys. It returns the results to the client in%ZEN.proxyObject instances.
Add a Condition to the current Term. draw indicates whether the conditions should be redrawn.
Adjust size and position of components on this page, provided resize handling is not disabled.
Rebuild the local Condition array based on the Conditions in the Message Viewer window. Note that the local array contains clones of the parent data to ensure that discarded changes don't affect the original values.
Utility method to change properties of the local conditions. index is the index of the condition; property is the name of the property; newVal is the new value.
Render the current list of conditions on the client.
Helper method to create an HTML-based selector component which behaves much like the core%ZEN.Portal.selector component.
Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.
Return the supported joins in an array. The htmlFormat flag indicates whether the values should be returned as an array of <option> elements. selected contains the value of the currently selected value, if any.
Return the supported operators in an array. The htmlFormat flag indicates whether the values should be returned as an array of <option> elements. selected contains the value of the currently selected value, if any.
Helper method to ensure that all selector modals are hidden.
Hide the selector modal for a specified input control.
This callback, if defined, is called when the user presses the OK or Apply action buttons. If this returns false, then the action is cancelled. Set a flag to indicate that the changes should be applied.
Ensure that we have been opened from the Message Viewer.
Ensure that we hide any modal divs to avoid nasty geometry problems.
Callback to ensure that we pick up the chosen value and hide the modal div containing the options.
Remove a condition from the local conditions list.
Display the options for a selector based on the name of the input control passed in inputName. This also hides all other visible selector modals, and will hide this control if it was already visible. The method will also check whether we have enough information to fetch the contents. If not, we report an error and return.