Opera Widgets - with a plan!

What we do

Subscribe to RSS feed

Posts tagged with "webChat"

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
May 2013
M T W T F S S
April 2013June 2013
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31