%CSP.Util.AutoPagePopup
class %CSP.Util.AutoPagePopup extends %CSP.Util.AutoPage
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.Base class for popup windows based on an AutoPage pane.
Method Inventory
Parameters
parameter PAGENAME = InterSystems Popup;
Inherited description: Name of this page
parameter STYLESHEET = intersystems.css;
Name of the external style sheet file
Methods
classmethod DrawBODY(pInstance As PageInstance)
Override default behavior
Draw an outer page with an
classmethod OnDefineButtons(ByRef pButtons As %CSP.Util.FormButton)
Define buttons displayed in footer bar
Inherited Members
Inherited Methods
- %ClassIsLatestVersion()
- %ClassName()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %New()
- %OriginalNamespace()
- %PackageName()
- %SetModified()
- ChangeNamespace()
- ConvertParameter()
- CreatePageInstance()
- Decrypt()
- DrawAutoLogout()
- DrawFrameBODY()
- DrawFrameLayout()
- DrawFrameSet()
- DrawHEAD()
- DrawHTML()
- DrawShowDoc()
- DrawTitle()
- Encrypt()
- EscapeHTML()
- EscapeURL()
- GetCSPClassName()
- GetDetailPane()
- GetInfoPane()
- GetLocator()
- GetNavigatorPane()
- GetPageName()
- GetTitlePane()
- HyperEventCall()
- HyperEventHead()
- Include()
- InsertHiddenField()
- InsertHiddenFields()
- IsPrivate()
- Link()
- OnHTTPHeader()
- OnPage()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPreHTTP()
- OnPreHyperEvent()
- Page()
- QuoteJS()
- RegisterRecent()
- RewriteURL()
- SetNamespace()
- ShowError()
- StartTimer()
- StopTimer()
- ThrowError()
- UnescapeHTML()
- UnescapeURL()