%CSP.UI.Portal.NLSEdit
class %CSP.UI.Portal.NLSEdit extends %CSP.UI.Portal.Template
Zen page for System Management Portal - NLS Local PropertiesProperty Inventory
- CharacterSet
- cmbLocale
- msgCollationTables
- msgConfirmIOTable
- msgIOTableInput
- msgIOTableName
- msgIOTableOutput
- msgIdenTables
- msgPatternTables
- msgSaved
- msgXYTables
Method Inventory
- %GetLocatorLinks()
- %OnAfterCreatePage()
- %OnGetPageName()
- ArrayToString()
- DrawIntTables()
- DrawLocale()
- DrawProperties()
- EditIOTable()
- ExecuteInputFrom()
- ExecuteOutputTo()
- RemoveIOTables()
- SaveBasics()
- SaveFormats()
- SaveIODefaults()
- SaveIOTables()
- SaveIntTables()
- SaveInternalDefaults()
- SaveStrings()
- arrowClick()
- newIOTable()
- removeIOTable()
- save()
- saveIOTable()
- selectIOTables()
- selectMenu()
Parameters
parameter AUTONS = 0;
Do not switch namespace for this page: it needs to stay in %SYS
parameter CSPURL = /csp/sys/mgr/%CSP.UI.Portal.NLSEdit.zen;
Inherited description: This parameter is used to make sure that if multiple
CSP applications are mapped to the same namespace that the CSP engine can correctly
identify which class corresponds with which URL. If 'LockCSPName' is true (the default, defined
in the CSP application) then you can only access this page if the url exactly matches
this 'CSPURL'. You can set this parameter to "" if you wish to disable this check for
this class. This check is applied for all CSP urls (cls/csp/zen).
If this page was compiled from a .csp file, then this parameter is automatically set to contain the url of this file used for compilation.
If this page was compiled from a .csp file, then this parameter is automatically set to contain the url of this file used for compilation.
parameter EMSSERVICE = Config;
parameter HELPADDRESS = Home,Configuration,Locale Definitions;
Inherited description: Each SMP page should set this link which points to the documentation anchor name.
parameter PAGENAME = NLS Edit;
Displayed name of this page.
parameter PARENTPAGE = /csp/sys/mgr/%CSP.UI.Portal.NLS.zen;
Inherited description: This parameter defines the parent page for this page.
If the name ends in .csp, then the parent is assumed to be an autopage-enabled CSP page.
If the name ends in .cls, then the parent is assumed to be a Zen page.
This is used to automate the construction of the locator bar for this page and to build the index between portal pages and documentation.
The %GetLocatorInfo method is used to get this information.
If the name ends in .csp, then the parent is assumed to be an autopage-enabled CSP page.
If the name ends in .cls, then the parent is assumed to be a Zen page.
This is used to automate the construction of the locator bar for this page and to build the index between portal pages and documentation.
The %GetLocatorInfo method is used to get this information.
parameter RECENT = 0;
Inherited description: If true, register visits to this page in the recent list.
parameter RESOURCE = %Admin_Manage;
Security requirement
Properties
property CharacterSet as %ZEN.Datatype.string;
Property methods: CharacterSetDisplayToLogical(), CharacterSetGet(), CharacterSetIsValid(), CharacterSetLogicalToDisplay(), CharacterSetLogicalToOdbc(), CharacterSetNormalize(), CharacterSetSet()
property cmbLocale as %ZEN.Datatype.string (ZENURL = "cmbLocale");
Property methods: cmbLocaleDisplayToLogical(), cmbLocaleGet(), cmbLocaleIsValid(), cmbLocaleLogicalToDisplay(), cmbLocaleLogicalToOdbc(), cmbLocaleNormalize(), cmbLocaleSet()
property msgCollationTables as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please select at least one Collation table.") ];
Property methods: msgCollationTablesDisplayToLogical(), msgCollationTablesGet(), msgCollationTablesIsValid(), msgCollationTablesLogicalToDisplay(), msgCollationTablesLogicalToOdbc(), msgCollationTablesNormalize(), msgCollationTablesSet()
property msgConfirmIOTable as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Are you sure you want to remove this table from this locale?") ];
Property methods: msgConfirmIOTableDisplayToLogical(), msgConfirmIOTableGet(), msgConfirmIOTableIsValid(), msgConfirmIOTableLogicalToDisplay(), msgConfirmIOTableLogicalToOdbc(), msgConfirmIOTableNormalize(), msgConfirmIOTableSet()
property msgIOTableInput as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please enter a value for Input.") ];
Property methods: msgIOTableInputDisplayToLogical(), msgIOTableInputGet(), msgIOTableInputIsValid(), msgIOTableInputLogicalToDisplay(), msgIOTableInputLogicalToOdbc(), msgIOTableInputNormalize(), msgIOTableInputSet()
property msgIOTableName as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please enter a table name.") ];
Property methods: msgIOTableNameDisplayToLogical(), msgIOTableNameGet(), msgIOTableNameIsValid(), msgIOTableNameLogicalToDisplay(), msgIOTableNameLogicalToOdbc(), msgIOTableNameNormalize(), msgIOTableNameSet()
property msgIOTableOutput as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please enter a value for Output.") ];
Property methods: msgIOTableOutputDisplayToLogical(), msgIOTableOutputGet(), msgIOTableOutputIsValid(), msgIOTableOutputLogicalToDisplay(), msgIOTableOutputLogicalToOdbc(), msgIOTableOutputNormalize(), msgIOTableOutputSet()
property msgIdenTables as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please select at least one Identifier table.") ];
Property methods: msgIdenTablesDisplayToLogical(), msgIdenTablesGet(), msgIdenTablesIsValid(), msgIdenTablesLogicalToDisplay(), msgIdenTablesLogicalToOdbc(), msgIdenTablesNormalize(), msgIdenTablesSet()
property msgPatternTables as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please select at least one Pattern match table.") ];
Property methods: msgPatternTablesDisplayToLogical(), msgPatternTablesGet(), msgPatternTablesIsValid(), msgPatternTablesLogicalToDisplay(), msgPatternTablesLogicalToOdbc(), msgPatternTablesNormalize(), msgPatternTablesSet()
property msgSaved as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Change has been saved.") ];
Property methods: msgSavedDisplayToLogical(), msgSavedGet(), msgSavedIsValid(), msgSavedLogicalToDisplay(), msgSavedLogicalToOdbc(), msgSavedNormalize(), msgSavedSet()
property msgXYTables as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please select at least one $X/$Y action table.") ];
Property methods: msgXYTablesDisplayToLogical(), msgXYTablesGet(), msgXYTablesIsValid(), msgXYTablesLogicalToDisplay(), msgXYTablesLogicalToOdbc(), msgXYTablesNormalize(), msgXYTablesSet()
Methods
method %GetLocatorLinks(Output pLink) as %Status
Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
pLink(n)=$LB(caption,link)
method %OnAfterCreatePage() as %Status
Set Locator bar and determine whether to show change password option.
method %OnGetPageName() as %String
Get the (localized) name of the page.
classmethod ArrayToString(name As %String, def As %String, ByRef LocProps As %String, delim As %String = ", ") as %String
Return additional tables from array. Used by DrawProperties.
name = table name, e.g. PatternTables, CollationTables
def = default, e.g. LocProps("CollationTable")
LocProps = array containing all current settings
method DrawIntTables()
Load Default Internal Tables
Draw All Properties of a Locale
classmethod EditIOTable(table, tablename) as %ZEN.proxyObject [ ZenMethod ]
Load I/O table details
method ExecuteInputFrom(pRS As %Library.ResultSet, Output tSC As %Status, pInfo As %ZEN.Auxiliary.QueryInfo) as %Boolean
Method for loading I/O Tables Input from field.
method ExecuteOutputTo(pRS As %Library.ResultSet, Output tSC As %Status, pInfo As %ZEN.Auxiliary.QueryInfo) as %Boolean
Method for loading I/O Tables Output to field.
classmethod RemoveIOTables(pProxy As %ZEN.proxyObject) as %String [ ZenMethod ]
Remove an existing IO table from locale
classmethod SaveBasics(pProxy As %ZEN.proxyObject) as %String [ ZenMethod ]
Save values to Basics properties
classmethod SaveFormats(pProxy As %ZEN.proxyObject) as %String [ ZenMethod ]
Save values to Date, Time, Number Formats
classmethod SaveIODefaults(pProxy As %ZEN.proxyObject) as %String [ ZenMethod ]
Save values to Defaults for Input/Output (IODefaults)
classmethod SaveIOTables(pProxy As %ZEN.proxyObject) as %String [ ZenMethod ]
Validate and Save values to Input/Output Tables.
classmethod SaveIntTables(pProxy As %ZEN.proxyObject) as %String [ ZenMethod ]
classmethod SaveInternalDefaults(pProxy As %ZEN.proxyObject) as %String [ ZenMethod ]
Save values to Defaults for Internal Tables (InternalDefaults)
classmethod SaveStrings(pProxy As %ZEN.proxyObject) as %String [ ZenMethod ]
Save values to Defaults for Input/Output (IODefaults)
clientmethod arrowClick(from, to) [ Language = javascript ]
------------------ Utility Methods for Moving between lstboxes ------------------ ///
Moving a list item from one box to the next, then remove it from the original box ///
clientmethod newIOTable() [ Language = javascript ]
Reset the form programmatically
clientmethod removeIOTable() [ Language = javascript ]
User clicked the Remove button for IO table
clientmethod save(menu) [ Language = javascript ]
User clicked a Save button
clientmethod saveIOTable() [ Language = javascript ]
User clicked the Save button for IO table
clientmethod selectIOTables(comp) [ Language = javascript ]
User selected a Input/Output table. Fill in edit fields.
clientmethod selectMenu(menu) [ Language = javascript ]
User clicked a menu. menu=0 means to return to Local Properties.
Inherited Members
Inherited Properties
- %condition
- %import
- %includeFiles
- %page
- %resource
- FirstFailed
- HelpAddress
- ISREADONLY
- InvalidParam
- IsEMSReadOnly
- IsEditForm
- LocatorHeader
- OnclickArray
- PID
- ParentURL
- StdTitle
- ValidationErrorMsg
- aboutPage
- align
- aux
- backgroundTimerInterval
- cellAlign
- cellSize
- cellStyle
- cellVAlign
- children
- composite
- contactPage
- containerStyle
- cssLevel
- currSortMode
- currStep
- currViewMode
- disabled
- dragAndDrop
- dragEnabled
- dropEnabled
- enableAutoRefresh
- enclosingClass
- enclosingStyle
- error
- groupClass
- groupStyle
- height
- hidden
- hint
- hintClass
- hintStyle
- home
- homePage
- id
- index
- label
- labelClass
- labelDisabledClass
- labelPosition
- labelStyle
- layout
- lblTitle
- limitPopups
- name
- onafterdrag
- onbeforedrag
- onclick
- ondrag
- ondrop
- onhide
- onrefresh
- onshow
- onupdate
- pageModified
- parent
- searchKey
- showLabel
- slice
- title
- tuple
- useSVG
- useSoftModals
- valign
- visible
- width
- window
- zenPersistentPopup
Inherited Methods
- %AddChild()
- %AddChildAfter()
- %AddChildBefore()
- %AddComponent()
- %AddImportedComponents()
- %AddLocatorLinks()
- %AddToSaveSet()
- %ApplyURLParms()
- %Attr()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawAutoLogout()
- %DrawClassDefinitions()
- %DrawComponentHTML()
- %DrawHTML()
- %DrawHTMLPage()
- %DrawJSStrings()
- %DrawObjectDefinitions()
- %EnclosingDivId()
- %EndBackgroundMethod()
- %EndScript()
- %Eval()
- %EvalC()
- %Extends()
- %ForceClientRender()
- %GetChildIndex()
- %GetComponent()
- %GetComponentById()
- %GetComponentByName()
- %GetEventHandlers()
- %GetHomePage()
- %GetHomeParam()
- %GetLinks()
- %GetPageName()
- %GetParameter()
- %GetProductName()
- %GetValueById()
- %GetValueByName()
- %GetXMLName()
- %IsA()
- %IsModified()
- %Link()
- %LinkCSS()
- %LinkScript()
- %MakeId()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToPageAfter()
- %OnAddToPageBefore()
- %OnBeforeCreatePage()
- %OnCreateApplication()
- %OnCreatePage()
- %OnDetermineCSSLevel()
- %OnDrawEnclosingDiv()
- %OnDrawHTMLBody()
- %OnDrawHTMLHead()
- %OnDrawHTMLMeta()
- %OnDrawObjectProperties()
- %OnFinishBackgroundTask()
- %OnGetProductName()
- %OnGetSmallMenu()
- %OnGetTitle()
- %OnMonitorBackgroundTask()
- %OnMutateChildren()
- %OnObjectSynch()
- %OnPreHTTP()
- %OnSubmit()
- %OnUseSoftModals()
- %OnZENDeserialize()
- %OriginalNamespace()
- %PackageName()
- %QuoteValue()
- %QuoteValueL10N()
- %Register()
- %RemoveChild()
- %RemoveChildren()
- %RemoveComponent()
- %RemoveFromSaveSet()
- %RunBackgroundMethod()
- %Self()
- %SerializeObject()
- %SetBackgroundMethodStatus()
- %SetErrorById()
- %SetErrorByName()
- %SetModified()
- %SetValueById()
- %SetValueByName()
- %SetValuesByName()
- %StartScript()
- %ValidateObject()
- %ZENVersion()
- BuildMenu()
- CheckAllBlanks()
- CheckContextLinks()
- CheckEnterpriseManager()
- ConvertParameter()
- Decrypt()
- DoLogout()
- DrawLocator()
- DrawRibbon()
- DrawTitle()
- Encrypt()
- EscapeHTML()
- EscapeURL()
- EvalResult()
- GetCSPURL()
- GetContextLinks()
- GetDocURL()
- GetHomePage()
- GetNewURL()
- GetQuickLinks()
- HyperEventCall()
- HyperEventHead()
- Include()
- InsertHiddenField()
- InsertHiddenFields()
- IsPrivate()
- JavaInstalled()
- Link()
- OnDrawRibbon()
- OnGetRibbonInfo()
- OnHTTPHeader()
- OnPage()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPreHTTP()
- OnPreHyperEvent()
- Page()
- QuoteJS()
- ReallyClearEscalation()
- RegisterRecent()
- RewriteURL()
- ShowError()
- StartTimer()
- StopTimer()
- ThrowError()
- UnescapeHTML()
- UnescapeURL()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- addChild()
- addChildAfter()
- addChildBefore()
- afterSave()
- afterValidate()
- cancelPopup()
- changePassword()
- childrenMutated()
- clearEscalation()
- correctIELayering()
- createComponent()
- createComponentNS()
- deleteComponent()
- disableCommandButton()
- doCancel()
- doModified()
- dragFinishHandler()
- dragHandler()
- dragNotifyHandler()
- dragStartHandler()
- dropHandler()
- dropStartHandler()
- enableCommandButton()
- endModal()
- escalateLogin()
- exposeComponent()
- findElement()
- fireOnResizeEvent()
- fireOnUnloadEvent()
- fireOnUpdateEvent()
- firePopupAction()
- getChildIndex()
- getComponent()
- getComponentById()
- getEnclosingDiv()
- getHidden()
- getHintElement()
- getLabelElement()
- getOpener()
- getPageTitle()
- getProperty()
- getSettings()
- getTitleAreaHeight()
- getType()
- goHome()
- goMenu()
- gotoNamespace()
- gotoPage()
- hideCommandButton()
- invokeSuper()
- isButtonDisabled()
- isOfType()
- launchPopupWindow()
- logout()
- makeId()
- navigate()
- onCreate()
- onDelete()
- onDisplayHandler()
- onEndModalHandler()
- onPopupAction()
- onRefreshContents()
- onSerialize()
- onServerMethodCall()
- onServerMethodError()
- onServerMethodReturn()
- onStartModalHandler()
- ondisabledHandler()
- onhandleAutoLogoutWarn()
- onkeydownHandler()
- onkeyupHandler()
- onlayoutHandler()
- onloadHandler()
- onlogoutHandler()
- onoverlayHandler()
- onresizeHandler()
- onunloadHandler()
- onupdateHandler()
- popupActionHandler()
- refreshContents()
- removeChild()
- render()
- renderContents()
- renderSVG()
- resetMsg()
- searchBlur()
- searchBoxHandler()
- searchFocus()
- searchKeyDown()
- searchKeyPress()
- setComponentId()
- setConnectivityStatusMsg()
- setHidden()
- setModified()
- setOverlayMode()
- setPageTitle()
- setProperty()
- setPropertyAll()
- setSortMode()
- setSortModeHandler()
- setTraceOption()
- setViewMode()
- setViewModeHandler()
- showAbout()
- showCommandButton()
- showContact()
- showDocumentation()
- showHelp()
- showMsg()
- startModal()
- startProgressBar()
- stopProgressBar()
- switchNamespace()
- trimSpace()
- validateRequired()