UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

20 lines (11 loc) 380 B
dojo.require("dojox.mobile.app.SceneAssistant"); dojo.declare("TextInputAssistant", dojox.mobile.app.SceneAssistant, { setup: function(){ console.log("In main assistant setup"); // Instantiate widgets in the template HTML. this.controller.parse(); }, activate: function(){ console.log("In main assistant activate"); } });