Yes, there is a way. This works with Firefox 31
var panel = require("sdk/panel").Panel({ width: 400, height: 400, contentURL: "http://stackoverflow.com/", }); panel.show(); require('sdk/view/core').getActiveView(panel) .setAttribute('tooltip', 'aHTMLTooltip');
bahaa source share