Click or drag to resize
PortalScriptHelper Class
Class for managing portal scripts.
Inheritance Hierarchy
SystemObject
  CMS.PortalEngine.Web.UIPortalScriptHelper

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public class PortalScriptHelper

The PortalScriptHelper type exposes the following members.

Constructors
  NameDescription
Public methodPortalScriptHelper
Top
Methods
  NameDescription
Public methodStatic memberRegisterAdminRedirectScript
Registers reload script for administration interface with possibility to specify target URL
Public methodStatic memberRegisterApplicationStorageScript
Register application storage script. The current application is stored in browser storage for later use.
Public methodStatic memberRegisterBootstrapScript
Ensures the bootstrap JavaScript files for specified page if it is allowed for view mode.
Top
See Also