Changes

Jump to: navigation, search

Labs/Ubiquity/Ubiquity Source Tip Author Tutorial

3 bytes added, 07:17, 22 June 2009
Switching Tabs: The Command
var tabName = arguments.object.text;
if( tabName.length > 1 ){
var msg = "Changes to <b style=\"color:yellow\">%s${tab}</b> tab."; pblock.innerHTML = _(msg.replace(/%s/, {tab: tabName});
}
else
pblock.innerHTML = _("Switch to a tab by name.");
}
})
1,007
edits

Navigation menu