Register this visit to the recent items list (override superclass method)
method adjustSizes()
[ Language = javascript ]
Adjust size of the contents area.
method changeURLNamespace(value)
[ Language = javascript ]
The input value is the name of the new namespace to switch to.
This method only works for EnsPortal classes whose URL is simple (no URL parameters).
This method will need to be overridden for classes such as EnsPortal.EDIDocumentView
which cannot work without a URL parameter provided.
method onlayoutHandler(load)
[ Language = javascript ]
This client event, if present, is fired when the page
is first loaded or whenever it is resized.
If this is called at load time, then load will
be true.