PAGEVIEW Element | PageView Object
Adds a PAGEVIEW element to a MULTIPAGE.
Syntax
HTML <namespace:PAGEVIEW ... >
Possible Values
namespace Prefix that associates a custom tag with an XML namespace. This prefix is set using the XMLNS attribute of the html tag.
Remarks
The PAGEVIEW views are declared within the
MULTIPAGE
tags.When used in conjunction with the TabStrip and MultiPage controls, the PageView views are linked to the Tabs of the TabStrip in the order of appearance if the TabStrip's TARGETID attribute is set to the id of the MultiPage.
If there are more Tabs than PageViews, the Tabs with no corresponding PageViews can be activated, but the MultiPage will not change the selected PageView.
This element is a block element.
This element requires a closing tag.
Applies To
MULTIPAGE
See Also