Desktop User Guides > Professional > Interview scripting > Interview scripting reference > Default templates > Default NavBar template
 
Default NavBar template
This template is used to determine the appearance of the buttons at the bottom of an interview page, if no custom template is defined in the interview script.
<mrSubTemplate>
<spanstyle="float:left;">
<spanstyle="direction:rtl;float:left;margin-right:10px;">
<mrNavButton Name='Next'/>
<mrNavButton Name='Prev'/>
</span>
<mrNavButton Name='First'/>
<mrNavButton Name='Last'/>
<mrNavButton Name='Goto'/>
<mrNavButton Name='Stop'/>
</span>
</mrSubTemplate>
See also
Default templates