opera.contexts.speeddial.title

By Opera Software

From Opera 15 onward, Opera 11 & 12’s extension format is no longer supported, and instead, we’ve switched to Chromium’s extension model. Check out our new documentation for developing extensions for Opera 15 and higher and start building your own extensions.

Description:

Represents the human-readable title given to a Speed Dial cell. If not specified, the default value is the extension's name (specified in the config.xml's name element).

Example:

//
// The background process ('/background.js').
//

// First check the opera.contexts.speeddial object is available
if (opera.contexts.speeddial) {
  var sd = opera.contexts.speeddial;

  // Set the Speed Dial's visible title
  sd.title = "Opera";
}

This article is licensed under a Creative Commons Attribution 3.0 Unported license.

Comments

No new comments accepted.