opera.contexts.speeddial.title
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.