Dashboard is a discontinued feature of
Apple Inc.
Apple Inc. is an American multinational corporation and technology company headquartered in Cupertino, California, in Silicon Valley. It is best known for its consumer electronics, software, and services. Founded in 1976 as Apple Comput ...
's
macOS
macOS, previously OS X and originally Mac OS X, is a Unix, Unix-based operating system developed and marketed by Apple Inc., Apple since 2001. It is the current operating system for Apple's Mac (computer), Mac computers. With ...
operating systems, used as a secondary desktop for hosting mini-applications known as
widgets. These are intended to be simple applications that do not take time to launch. Dashboard applications supplied with macOS included a stock ticker, weather report, calculator, and notepad; while users could create or download their own.
Before
Mac OS X 10.7 Lion, when Dashboard is activated, the user's desktop is dimmed and widgets appear in the foreground. Like application windows, they can be moved around, rearranged, deleted, and recreated (so that more than one of the same Widget is open at the same time, possibly with different settings). New widgets can be opened, via an icon bar on the bottom of the layer, loading a list of available apps similar to the iOS home screen or the macOS
Launchpad. After loading, the widget is ready for use.
Dashboard was first introduced in
Mac OS X 10.4 Tiger.
It can be activated as an application, from the Dock, Launchpad, or Spotlight. It can also be accessed by a
dashboard key. Alternatively, the user can choose to make Dashboard open on moving the cursor into a preassigned hot corner or keyboard shortcut. Starting with Mac OS X 10.7 Lion, the Dashboard can be configured as a
space
Space is a three-dimensional continuum containing positions and directions. In classical physics, physical space is often conceived in three linear dimensions. Modern physicists usually consider it, with time, to be part of a boundless ...
, accessed by swiping four fingers to the right from the Desktops either side of it.
From
OS X 10.10 Yosemite onward, the Dashboard was disabled by default, with the
Notification Center becoming the primary method of displaying widgets. Dashboard was removed in
macOS 10.15 Catalina. Widget support outside the Notification Center was reintroduced in
macOS Sonoma
macOS Sonoma (version 14) is the twentieth Software versioning, major release of macOS, Apple Inc., Apple's operating system for Mac (computer), Mac computers. The successor to macOS Ventura, it was announced at WWDC 2023 on June 5, 2023, and ...
, released in 2023.
Widget functions and capabilities
Dashboard widgets, like web pages, are capable of many different things, including of performing tasks that would be complicated for the user to access manually. One example is the
Google
Google LLC (, ) is an American multinational corporation and technology company focusing on online advertising, search engine technology, cloud computing, computer software, quantum computing, e-commerce, consumer electronics, and artificial ...
Search widget, which simply opens up the user's
web browser
A web browser, often shortened to browser, is an application for accessing websites. When a user requests a web page from a particular website, the browser retrieves its files from a web server and then displays the page on the user's scr ...
and performs a Google search. Other widgets, like Wikipedia, grab the contents of web pages and display them within Dashboard. Some widgets can also serve as games, using
Adobe Flash
Adobe Flash (formerly Macromedia Flash and FutureSplash) is a mostly discontinuedAlthough it is discontinued by Adobe Inc., for the Chinese market it is developed by Zhongcheng and for the international enterprise market it is developed by Ha ...
(or another multimedia authoring program) to create games just as if they were in a web browser. It is also possible for Mac users to create their own widgets using built-in software.
Graphics
Dashboard uses a variety of graphical effects for displaying, opening, and using widgets. For instance, a 3-D flip effect is used to simulate the widget flipping around; by clicking on a small ''i'' icon in the right bottom corner, the user can change the preferences on the reverse side; other effects include crossfading and scaling from icon to body (when opening widgets), a "spin-cycle effect" when a widget is focused and the user presses Command-R or a suck-in effect when they are closed. On sufficiently powered Macs, widgets will produce a ripple effect when they are opened, like a leaf falling onto water. These effects consume considerable processing power but with the help of macOS’s
Quartz Extreme and
Core Image
Core Image is a pixel-accurate, near-realtime, non-destructive image processing technology in Mac OS X. Implemented as part of the QuartzCore framework of Mac OS X 10.4 and later, Core Image provides a plugin-based architecture for applying filt ...
graphics architectures, sufficient computing power to render them in
real time is available. As with
Exposé,
Front Row and the
minimize effect, holding shift down while calling the Dashboard or opening the Dashboard menu bar will display the effect in
slow motion
Slow motion (commonly abbreviated as slow-mo or slo-mo) is an effect in film-making whereby time appears to be slowed down. It was invented by the Austrian priest August Musger in the early 20th century. This can be accomplished through the use ...
.
Creation of widgets
Dashboard widgets are created using
Hypertext Markup Language
Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It defines the content and structure of web content. It is often assisted by technologies such as Cascading Style Sheet ...
(HTML),
Cascading Style Sheets (CSS), and
JavaScript
JavaScript (), often abbreviated as JS, is a programming language and core technology of the World Wide Web, alongside HTML and CSS. Ninety-nine percent of websites use JavaScript on the client side for webpage behavior.
Web browsers have ...
. Because the same languages are used for creating
websites
A website (also written as a web site) is any web page whose content is identified by a common domain name and is published on at least one web server. Websites are typically dedicated to a particular topic or purpose, such as news, education ...
, many web
developers can already build them. Widgets themselves are, at the core, simply HTML files that are displayed within the Dashboard layer; they use the
WebKit
WebKit is a browser engine primarily used in Apple's Safari web browser, as well as all web browsers on iOS and iPadOS. WebKit is also used by the PlayStation consoles starting with the PS3, the Tizen mobile operating systems, the Amazon K ...
application framework that is also used in Apple's
Safari
A safari (; originally ) is an overland journey to observe wildlife, wild animals, especially in East Africa. The so-called big five game, "Big Five" game animals of Africa – lion, African leopard, leopard, rhinoceros, African elephant, elep ...
web browser, meaning even users running earlier versions of macOS — where Dashboard is unavailable — can build them. There is widget
API
An application programming interface (API) is a connection between computers or between computer programs. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how to build ...
allows the widgets to use Mac-specific interface elements such as the Apple Slider.
When a Dashboard widget is built, it usually consists of six files:
* The widget's HTML file, which is the actual file that will be displayed in the Dashboard layer
* The widget's CSS file, which is used for styling the widget (but is called on from the HTML file)
* The widget's JavaScript file, although it may be implemented directly within the HTML file if the developer desires
* The widget's Property List (called “Info.plist”), which is what Dashboard uses to load the widget’s properties (i.e.: name, version, HTML file, etc.)
* The background image of the widget, in PNG format
* The
icon
An icon () is a religious work of art, most commonly a painting, in the cultures of the Eastern Orthodox, Oriental Orthodox, Catholic Church, Catholic, and Lutheranism, Lutheran churches. The most common subjects include Jesus, Mary, mother of ...
that is displayed in the menu bar
Once all of these files are in the root of a directory, it is given a name and the extension ".wdgt", and then it can be opened up in Dashboard as a widget. More complex widgets may also include a
Cocoa widget plugin (for platform-specific functionality), one or more JavaScript files (for text scrolling, preferences, etc.) or multiple images (for personalized select menus or buttons).
Mac OS X 10.5 Leopard includes an application called
Dashcode, which is a more user-friendly way of creating widgets. Another new feature of Leopard is called "Web Clip" which lets users easily create widgets from parts of a webpage. For example, during the WWDC 2007 keynote, Steve Jobs made widgets out of the following: the featured news headlines on
Yahoo.com, the top ten most searched terms on
Google
Google LLC (, ) is an American multinational corporation and technology company focusing on online advertising, search engine technology, cloud computing, computer software, quantum computing, e-commerce, consumer electronics, and artificial ...
, the Photo of the Day on
National Geographic
''National Geographic'' (formerly ''The National Geographic Magazine'', sometimes branded as ''Nat Geo'') is an American monthly magazine published by National Geographic Partners. The magazine was founded in 1888 as a scholarly journal, nine ...
, the ''
Dilbert
''Dilbert'' is an American comic strip written and illustrated by Scott Adams, first published on April 16, 1989. It is known for its satire, satirical office humor about a White-collar worker, white-collar, micromanagement, micromanaged offic ...
'' comic strip, and the box office information from
Rotten Tomatoes
Rotten Tomatoes is an American review aggregator, review-aggregation website for film and television. The company was launched in August 1998 by three undergraduate students at the University of California, Berkeley: Senh Duong, Patrick Y. Lee ...
. The user can also customize the border to further personalize the widgets.
Comparison with Konfabulator
Many people have made comparisons between
Konfabulator and Apple's Dashboard, especially after Apple announced the feature while
Mac OS X 10.4 Tiger was in development. It was a subject of debate in the online community following the few months before Tiger's official release.
One school of thought came to the conclusion that Dashboard was a "rip-off" of Konfabulator. It points out the visual and functional similarities between Dashboard has been widely compared to Konfabulator (later
Yahoo! Widget Engine) and sometimes called a copy of it, due to the similarities between their graphical aspects and the fact that they both use the term “widgets” to describe the objects in their environments. Konfabulator may, in turn, have been based on Apple’s
Desk Accessories, first released in 1984 with the original
Macintosh
Mac is a brand of personal computers designed and marketed by Apple Inc., Apple since 1984. The name is short for Macintosh (its official name until 1999), a reference to the McIntosh (apple), McIntosh apple. The current product lineup inclu ...
. Desk Accessories, similar to widgets, were small mini-applications that operated on a user’s desktop. After the introduction of
System 7 and cooperative multitasking, the necessity of creating Desk Accessories was removed and developers were encouraged to create applications instead. The OS continued to support them, for backward compatibility, until the switch to
Mac OS X
macOS, previously OS X and originally Mac OS X, is a Unix, Unix-based operating system developed and marketed by Apple Inc., Apple since 2001. It is the current operating system for Apple's Mac (computer), Mac computers. With ...
(In fact, the Calculator desk accessory remained in the Mac OS through version 9, seventeen years without a significant update).
The codebases for Konfabulator and Dashboard are also different: Konfabulator uses
XML
Extensible Markup Language (XML) is a markup language and file format for storing, transmitting, and reconstructing data. It defines a set of rules for encoding electronic document, documents in a format that is both human-readable and Machine-r ...
and
JavaScript
JavaScript (), often abbreviated as JS, is a programming language and core technology of the World Wide Web, alongside HTML and CSS. Ninety-nine percent of websites use JavaScript on the client side for webpage behavior.
Web browsers have ...
to generate Widgets, whereas Dashboard uses
HTML
Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It defines the content and structure of web content. It is often assisted by technologies such as Cascading Style Sheets ( ...
,
CSS, JavaScript, and
Objective-C
Objective-C is a high-level general-purpose, object-oriented programming language that adds Smalltalk-style message passing (messaging) to the C programming language. Originally developed by Brad Cox and Tom Love in the early 1980s, it was ...
.
Included widgets
In the first version of Dashboard released with
Mac OS X 10.4 Tiger update 10.4.3. Apple included 14 widgets. They consisted of:
*
Address Book (now known as Contacts)
*
Business
Business is the practice of making one's living or making money by producing or Trade, buying and selling Product (business), products (such as goods and Service (economics), services). It is also "any activity or enterprise entered into for ...
*
Calculator
An electronic calculator is typically a portable electronic device used to perform calculations, ranging from basic arithmetic to complex mathematics.
The first solid-state electronic calculator was created in the early 1960s. Pocket-si ...
*
Calendar
A calendar is a system of organizing days. This is done by giving names to periods of time, typically days, weeks, months and years. A calendar date, date is the designation of a single and specific day within such a system. A calendar is ...
*
Dictionary
A dictionary is a listing of lexemes from the lexicon of one or more specific languages, often arranged Alphabetical order, alphabetically (or by Semitic root, consonantal root for Semitic languages or radical-and-stroke sorting, radical an ...
* Flight Tracker
*
iTunes
iTunes is a media player, media library, and mobile device management (MDM) utility developed by Apple. It is used to purchase, play, download and organize digital multimedia on personal computers running the macOS and Windows operating s ...
Controller—no longer included in latest
macOS
macOS, previously OS X and originally Mac OS X, is a Unix, Unix-based operating system developed and marketed by Apple Inc., Apple since 2001. It is the current operating system for Apple's Mac (computer), Mac computers. With ...
releases.
* Phone Book—no longer included in latest
macOS
macOS, previously OS X and originally Mac OS X, is a Unix, Unix-based operating system developed and marketed by Apple Inc., Apple since 2001. It is the current operating system for Apple's Mac (computer), Mac computers. With ...
releases.
*
Stickies
*
Stocks
Stocks are feet and hand restraining devices that were used as a form of corporal punishment and public humiliation. The use of stocks is seen as early as Ancient Greece, where they are described as being in use in Solon's law code. The law de ...
* Tile Game
*
Translation
Translation is the communication of the semantics, meaning of a #Source and target languages, source-language text by means of an Dynamic and formal equivalence, equivalent #Source and target languages, target-language text. The English la ...
* Unit Converter
*
Weather
Weather is the state of the atmosphere, describing for example the degree to which it is hot or cold, wet or dry, calm or stormy, clear or cloud cover, cloudy. On Earth, most weather phenomena occur in the lowest layer of the planet's atmo ...
* World Clock
After the Macworld 2006 keynote,
Steve Jobs
Steven Paul Jobs (February 24, 1955 – October 5, 2011) was an American businessman, inventor, and investor best known for co-founding the technology company Apple Inc. Jobs was also the founder of NeXT and chairman and majority shareholder o ...
also announced four new widgets (Ski Report, People Finder, Google Search, and ESPN), as well as significant updates to the Phone Book and Calendar widgets. All of these are available through the Mac OS X 10.4.4 Tiger update.
In addition,
Mac OS X 10.5 Leopard, released in late 2007, includes new widgets. One of these is Web Clip, which allows any user to turn a rectangular section of any webpage into a widget (This, however, only works with the
Safari
A safari (; originally ) is an overland journey to observe wildlife, wild animals, especially in East Africa. The so-called big five game, "Big Five" game animals of Africa – lion, African leopard, leopard, rhinoceros, African elephant, elep ...
web browser). The widget updates as the website does, and all links and other interactive material in the widget's selection of the webpage works as if the website is being accessed from Safari. Another new widget is Movies, which allows users to find currently playing movies at local theaters, view trailers, and purchase tickets directly from Dashboard. In
Mac OS X 10.7 Lion the Phone Book and iTunes Controller widgets were removed
Widgets on iOS
Apple has never announced support for the installation of Dashboard widgets on iOS. Even though, in June 2008, an unannounced update of Dashcode that was packaged with the
iPhone SDK allowed for the creation of iPhone-oriented
web widget
A web widget is a web page or web application that is embedded as an element of a host web page but which is substantially independent of the host page, having limited or no interaction with the host. A web widget commonly provides users of t ...
s, it is unknown if this version of Dashcode would support the creation of AJAX-driven
mobile widgets that could be installed natively on iOS.
It has been demonstrated that installing Dashboard widgets on a
jailbroken iOS device is possible in theory, but most desktop-oriented widgets are not oriented to usage or interaction on iOS's
multi-touch
In computing, multi-touch is technology that enables a surface (a touchpad or touchscreen) to recognize the presence of more than one somatosensory system, point of contact with the surface at the same time. The origins of multitouch began at CE ...
screen-oriented interface; they may also rely on DashboardClient's ''widget'' JavaScript object, which is not part of iOS.
On June 2, 2014, as part of their announcement of
iOS 8, Apple announced that in the "Today" view (which is accessible by swiping down from the status bar) will be able to have downloadable widgets from the App Store. While not the same desktop-oriented widgets that are found in Dashboard, this represented the first time that widgets became available officially (i.e., without jailbreaking) on iOS.
There is an unrelated
CarPlay feature with the same name introduced with
iOS 13
iOS 13 is the thirteenth major release of the iOS mobile operating system developed by Apple for the iPhone, iPod Touch and HomePod. The successor to iOS 12, it was announced at the company's Worldwide Developers Conference (WWDC) on June ...
.
On June 22, 2020, during the WWDC Keynote Address, Apple introduced widgets for iOS 14. These widgets can be placed on the homescreen, and can be resized. Users can stack up to 10 widgets, or choose a "Smart Stack" widget which will change depending the user's activity.
The iOS widget style also appears in the Notification Center on
macOS 11 Big Sur, announced on the same day. With the release of
macOS Sonoma
macOS Sonoma (version 14) is the twentieth Software versioning, major release of macOS, Apple Inc., Apple's operating system for Mac (computer), Mac computers. The successor to macOS Ventura, it was announced at WWDC 2023 on June 5, 2023, and ...
, widgets could now be placed on the desktop, replicating some of the functionality of Dashboard.
See also
*
Add-on (Mozilla)
For Mozilla software, an add-on is a software component that extends the functionality of the Firefox web browser and related applications although most are browser extensions. Mozilla provides add-ons to users via its official add-on website.
I ...
*
Dashboard (business)
In computer information systems, a dashboard is a type of graphical user interface which often provides at-a-glance views of data relevant to a particular objective or process through a combination of Visualization (graphics), visualizations a ...
*
Google Chrome Extensions
Google Chrome is a web browser developed by Google. It was first released in 2008 for Microsoft Windows, built with free software components from Apple WebKit and Mozilla Firefox. Versions were later released for Linux, macOS, iOS, iPadOS, an ...
References
;Notes
"Desk Ornaments"by Andy Hertzfeld, ''folklore.org'', October 1981, retrieved July 11, 2006
Apple.com
External links
Apple's Dashboard pageDashcode Developer TipsDashboard User TipsDashboard Games
{{macOS
MacOS user interface
Widget engines
Software based on WebKit