CHAPTER 3

image

Application Controls

For the most part, the user interface controls you use in a Windows 8 app are the same as the ones you use when creating a regular HTML web app. If you want to gather data from the user, then you can use elements such as select, input, and textarea. If you want to allow the user to commence an action, then you can use button elements, and so on. The appearance of these elements in your app is controlled by a combination of the CSS in your project and the capabilities of Internet Explorer 10.

In addition to these basic controls, the WinJS API defines some that are specific to Windows 8. In this chapter, I show you ...

Get Windows 8 Apps Revealed: Using HTML5 and JavaScript 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.