Skip navigation.

photo

The Widget Team

Posts tagged with "Components"

avatar

The Basic Component

, , ,

Here's a basic component that you guys can add to the componentManager.js file

this.componentsList["basicComponent"] = function(){
var basicComponentSelf = this;
this.parent = basicComponent;this.parent();
this.myNameIs = "basicComponent";
this.setTemplate("default", function(){
return ['div'];
})
this.className("basicComponent");
}


A My Opera Login Demo widget can be found here: http://files.myopera.com/gautam_chandna/widgetize/myopera.zip