apple
The Save dialog sheet in

The Save dialog sheet in TextEdit

A dialog sheet is a dialog box or a modal screen attached to one window -- and one window only. It was introduced in Mac OS X (now macOS) and is available on application software programmed through the Carbon or Cocoa APIs.

Description

A dialog sheet is movable, resizeable, and can even be minimized to the Dock. In some cases, it will be collapsible.

As of Mac OS X 10.3, two effects can happen when a dialog sheet appears:

Many navigational and control elements, such as buttons, check boxes, radio buttons, drop-down menus, input fields, scroll bars, panes, and other such items, can appear inside a dialogue sheet, ultimately making them very versatile.

Examples of dialog sheets

Apple Wiki (formerly WikiMac) users running Safari will notice a dialog sheet whenever they attempt to upload a file, save a web page (using the Save command in the File menu), or add or remove a bookmark.

See also

External links