The Basic Component
By gautam_chandna. Thursday, 22. March 2007, 16:58:44
Here's a basic component that you guys can add to the componentManager.js file
A My Opera Login Demo widget can be found here: http://files.myopera.com/gautam_chandna/widgetize/myopera.zip
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

