ウィジェットの概要
Connect
Connect () can be used to connect events to custom functions. See also Common Utilitiesin the user guide. The source object must be the object that is notified of the event. In this case of dom node events and widgets, this is the dom node of the widget, this.label1.domNode. Other events will require other objects. Dijit events on editors require the dijit object of the editor, this.editor1.dijit.Example - Dom Node
DomNode events and labels. (v4.x) Download - wmexConnectDomEvents.zipRelated Forum posts
mouse events. Using a DB Query Result to populate widgetsFocus
Related Forum posts
Setting Focus onfocus to a user defined function
on 28/06/2011 at 12:53


