Supponiamo di avere un widget Js, che include tre oggetti vista, controller, modello.
var MyWidget=function(){
this.setModel(new Model());
this.setView(new View());
this.setController(new Controller());
...
}
E creo questo widget in que...
posta
11.01.2015 - 19:22