November 2012
Intermediate to advanced
368 pages
7h 48m
English
The goal of this chapter is to explain three controls: the HtmlControl, the Page Control, and the PageControlNavigator control. All three controls enable you to display the contents of one HTML page in another HTML page using Ajax.
The HtmlControl enables you to add a chunk of HTML to a page. You can use this control to reuse the same HTML markup in multiple places in your app.
Creating custom Page Controls enables you to easily create new WinJS controls out of an HTML page, JavaScript file, and style sheet. Create a Page Control when you want to encapsulate both markup and behavior in a new control. ...
Read now
Unlock full access