Adding dojo widget inside custom widget
问题 I am making a small dojo widget, basically extending the dailog widget and want to add simple widgets like a text input a few labels etc. How do i go about this? I am following a tutorial, Dojo how to make a widget Please help me out. Thanks 回答1: First. I'am not good at english, but will do at my best. This is the path of my widget. Here. The important code in the js file that must declare. dojo.provide("gissoft.dijit.widgetOam"); dojo.require("dojo.parser"); dojo.require("dijit._Widget");