Skip to main content

%CSP.UI.Portal.FileManTemplate

abstract class %CSP.UI.Portal.FileManTemplate extends %CSP.UI.Portal.Template

Zen page for System Management Portal - FileMan template

Method Inventory

Parameters

parameter AUTONS = 1;
Switch namespace for this page
parameter PAGENAME = FileMan Template;
Displayed name of this page.

Methods

method LoadProperties()
Load existing property values into fields.
classmethod SaveSettings(proxy As %ZEN.proxyObject) as %String [ ZenMethod ]
This method is called when user wants to save setting parameters permanently.
clientmethod browseSelect(name, wildcard) [ Language = javascript ]
User clicked one of the Browse buttons. Save the name of the textfield so that when you return you know which textfield to update.
clientmethod doSaveDefault() [ Language = javascript ]
User clicked "Save as Default". Save settings permanently.
clientmethod getParameters() [ Language = javascript ]
Return proxy object with values from current parameter fields
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
This client event, if present, is fired when the a popup page launched from this page fires an action.

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab