.currentPageName()

Previous Next

Returns the name of the page currently being browsed. Of interest, for example, if you use the same controls in multiple places but not quite in the same way, so that behavior is part dependent on which page you are in.

If the page currently being browsed is the login page, the value of the default page is returned. This is the value of the StartPage property of the Publication Configuration against which the page was published if you are in a top-level frame context, or else the default page name of the FrameControl.

Syntax

.currentPageName( context )

The optional context parameter indicates the frame context for which the function is called. If you are displaying pages in a FrameControl that has an id value of "ApplicationFrame", then the context for those pages is "ApplicationFrame".

See Also

.mainPageName()

.currentPageNavigationSource()

.currentPageStackDepth()