Generic method to determine what the href should be
Category is the category name for Configuration, e.g. SQL
Subject is the specific subject plural, e.g UserDataTypes - indicating this is a table page
P is the array from DocLocalize
classmethod SaveData(Subject, Properties, Values)
as %String
[ ZenMethod ]
Return submenu in between Configuration and current locatorLink.
classmethod UpdateDetails(Subject, PID)
as %String
[ ZenMethod ]
Load data into form. Subclass to override. See %CSP.UI.Portal.Config.Devices for example.
method cancelItem()
[ Language = javascript ]
Cancel current Items.
method deleteItem()
[ Language = javascript ]
Delete existing item.
method editItem()
[ Language = javascript ]
User clicked the Add or Edit button. Subclass to override.
method helpItem()
[ Language = javascript ]
Show help page for this category/subject.
method refreshTable()
[ Language = javascript ]
Refresh table.
method saveItem()
[ Language = javascript ]
Save current item. Subclass may override.
method validateRange(ctl, min, max, pass)
as %Boolean
[ Language = javascript ]
validate the control value - if it is less than the minimum or it is greater than the maximum
pass is either "true" or "false" indicating if there is already a field failed pass validation.
method validateRequired(ctl, pass, type)
as %Boolean
[ Language = javascript ]
validate the control value. pass is either "true" or "false" indicating if there is already a field failed pass validation.