Chapter 3. File editing and management: rich formatting, file storage, drag and drop
Chapter 3 at a glance
Description, methods, and so on |
Page |
|
---|---|---|
Editing API | Allowing users to compose and edit HTML content | |
|
81 | |
|
77 | |
Geolocation API | Providing geographic data about the user’s location
|
82 |
Quota Management API | Querying local storage about availability and usage; requesting a local storage quota
|
85 |
File API | Reading file objects
|
89 |
File Writer API | Writing data to files stored with the File System API | |
|
89 | |
|
91 | |
Drag and Drop API | Using the mouse to select files for import and export | |
|
97 | |
|
98 |
Look for this icon throughout the chapter to quickly locate the topics outlined in this table.
This chapter covers
- Rich-text HTML editing
- Location awareness with geolocation
- Working with files in a local filesystem
- Implementing drag and drop