Determine the precise order of the Template page?
Is there a method to determine the precise order of the Template page? Presently, whenever the template page is displayed, it is positioned at the bottom of the document.
I'm using the following to show/hide TemplatePage via Check box:
if(event.target.value!="Off")
{this.getTemplate("TemplatePage" ).hidden=true;}
else
{this.getTemplate("TemplatePage" ).hidden=false;}
Thank you so much
