| author | veltr |
| Tue, 17 Apr 2012 20:19:46 +0200 | |
| branch | new-model |
| changeset 868 | a525cc2214e7 |
| parent 766 | aa26ddaf2556 |
| child 870 | 2c025db10a10 |
| permissions | -rw-r--r-- |
IriSP.HelloWorldWidget = function(Popcorn, config, Serializer) { IriSP.Widget.call(this, Popcorn, config, Serializer); } IriSP.HelloWorldWidget.prototype = new IriSP.Widget(); IriSP.HelloWorldWidget.prototype.draw = function() { this.selector .append('Hello, world') .css({ "text-align" : "center", "padding": "10px 0", "font-size" : "14px" }); }