Page

The standard control that is used for your page content.

Extends Group

Description

This is a group of views that represents an entire page of content.

Field

FieldTypeDescription
initialFocusstringThe ID of the item you want to be focused when the page comes into view.

Examples

<Rock:Page initialFocus="myBtn">

    <Poster uri="headerPhoto.png" 
        width="1280" 
        height="300" />
        
    <Label Text="Rock <3 Roku!" />
    
    <Rock:Button id="myBtn"
        text="Next Page"
        rockCommand="pushPage" 
        rockPageGuid="4443b83e-86c9-4e35-9637-13b8991856ed" />
</Rock:Page>