Skip navigation.

Opera Widgets - with a plan!

What we do

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 :)

Write a comment

You must be logged in to write a comment. If you're not a registered member, please sign up.