Creating About Page Settings

Most apps include an About Page that provides information about the company that built the application. The About Page is purely informational (see Figure 6.12).

Image

FIGURE 6.12 Creating About settings

If you want to create an About settings in your Settings window then you first need to create a new HTML file that contains a SettingsFlyout control. The HTML page in Listing 6.6 illustrates how you can create an About settings.

LISTING 6.6 About Settings

<!DOCTYPE html><html>    <head>        <title>About</title>    </head>    <body>        <div id="divAbout"            data-win-control

Get Windows® 8.1 Apps with HTML5 and JavaScript Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.