Sunday, August 31, 2014

Lập trình enyo bài 2

http://ift.tt/SFlSZX enyo . kind ({ name : 'PercentCalculator' , kind : enyo . Component , published : { sum : 0 , //optional default values percent : 0 }, events : { onCalculated : '' }, create : function () { this . inherited ( arguments ); }, calculate : function () { var result ...

No comments:

Post a Comment