dojox/geo/openlayers/_base.__WidgetFeatureArgs (version 1.10)

Summary

The keyword arguments that can be passed in a WidgetFeature constructor. You must define a least one widget retrieval parameter and the geo-localization parameters.

Note: This is not a real constructor, but just a description of the type of object that should be passed as a parameter to some method(s), and/or the return value from some method(s). In other words, the type exists only for documentation purposes, and you cannot call new _base.__WidgetFeatureArgs()

See the dojox/geo/openlayers/_base.__WidgetFeatureArgs reference documentation for more information.

Property Summary

  • createWidgetFunction for widget creation.
  • dijitIdThe digitId of an existing widget.
  • dojoTypeThe class of a widget to create.
  • heightThe height of the widget.
  • latitudeThe latitude, in decimal degrees where to place the widget.
  • longitudeThe longitude, in decimal degrees where to place the widget.
  • widgetAn already created widget.
  • widthThe width of the widget.

Properties

createWidget

Function for widget creation. Must return a `dijit._Widget.

dijitId

The digitId of an existing widget.

dojoType

The class of a widget to create.

height

The height of the widget.

latitude

The latitude, in decimal degrees where to place the widget.

longitude

The longitude, in decimal degrees where to place the widget.

widget

An already created widget.

width

The width of the widget.

Error in the documentation? Can’t find what you are looking for? Let us know!