• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Toolbar
2
3### Introduction
4
5The **<toolbar\>** component is placed at the bottom of a page to display available operations on the page. Its child component **<toolbar-item\>** represents an operation option on the toolbar. You must set an image and text for the child component. This sample provides a toolbar that simulates the operations for reading an e-book.
6
7### Usage
8
9The sample app provides a contents list on the home screen. You can touch an item in the list to access the corresponding chapter, touch the chapter content to display the toolbar, and touch the operation options on the toolbar to change the page attributes or jump to another chapter.
10
11### Constraints
12
13This sample can only be run on standard-system devices.
14