Results 261 - 280 of 547

Window.setCursor()

Changes the cursor for the current window.
API DOM_0 Method Non-standard Reference Référence Window

<bgsound>

The HTML Background Sound Element (<bgsound>) is an Internet Explorer element associating a background sound with a page.
Element Élément HTML Non-standard Reference Référence Web

<nobr>

The HTML <nobr> element prevents a text from breaking into a new line automatically, so it is displayed on one long line and scrolling might be necessary. This tag is not standard HTML and should not be used. Instead use the CSS property white-space like this:
Element Élément HTML NeedsCompatTable Non-standard Reference Référence Web

Introduction to the File and Directory Entries API

The File and Directory Entries API simulates a local file system that web apps can navigate around. You can develop apps that can read, write, and create files and directories in a sandboxed, virtual file system. 
API beginner Beginner File File and Directory Entries API File System API Guide Introduction Non-standard Non-Standard

FileSystemEntry

The FileSystemEntry interface of the File and Directory Entries API represents a single in a file system. The entry can be a file or a directory (directories are represented by the DirectoryEntry interface. It includes methods for working with files—including copying, moving, removing, and reading files—as well as information about a file it points to—including the file name and its path from the root to the entry.
API Entry File and Directory Entries API File System API Files Interface Non-standard Non-Standard Offline offline Reference