Opera Widgets - with a plan!

What we do

Subscribe to RSS feed

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

The day it all began smile

,

Web applications | 1700CET | Widgetize! What would you like next?
http://my.opera.com/widgets/blog/2007/03/15/lets-talk-about-love

Thats how it all started smile