Skip to main content

%CSP.UI.Template.Property

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

This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

This is the template for SMP pages where the Property pane is on the right side. It contains css styles for using the SVG's tabBar and the propertyPane.

Property Inventory

Method Inventory

Properties

property NAMESPACE as %String;
local namespace property. Set to $NAMESPACE is present.
Property methods: NAMESPACEDisplayToLogical(), NAMESPACEGet(), NAMESPACEIsValid(), NAMESPACELogicalToDisplay(), NAMESPACELogicalToOdbc(), NAMESPACENormalize(), NAMESPACESet()

Methods

Inherited description: Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
Subclasses with extra layers of locator links or other than "Configuration" please override.
method %OnAfterCreatePage() as %Status
Inherited description: Be sure to do ##super() when overriding.
clientmethod showExpand() [ Language = javascript ]
Note that this arrow is the opposite of search.
clientmethod toggleSettings() [ Language = javascript ]
Toggle display of property pane.

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab