An adapter for Dojo widgets. Allows Dojo widgets (Dijits) to be used as GI DOM nodes from within a
General Interface application.
The native Dojo widget object.
The instance initializer.
Parameters:
strName –
vntLeft –
vntTop –
vntWidth –
vntHeight –
dijitClassName – the class name of the Dojo widget you are instantiating.
dijitProps – the properties to send to the Dojo class constructor.
dijitStyleSheets – paths of extra stylesheets to load relative to the Dojo root.
Gets or sets a property of the native Dojo object. Calling this method with two parameters sets the property.
Parameters:
name – the name of the property to get or set.
value – the new value of the property.
Copyright © 2001-2011, TIBCO Software Inc.