yfiles/client/tiles/widget/PlaceableDialog
Class PlaceableDialog

A dijit.Dialog that opens at the position given by its x and y attributes

 
All Parent Classes:
dijit/Dialog
 
Field Summary
 Number x           

The x coordinate of the dialog.

 Number y           

The y coordinate of the dialog.

 
Constructor Summary
PlaceableDialog(Object|null params, DOMNode|String srcNodeRef)
           

Create the widget.

 
Field Detail

x

Number x

The x coordinate of the dialog.


y

Number y

The y coordinate of the dialog.

 
Constructor Detail

PlaceableDialog

PlaceableDialog(Object|null params, DOMNode|String srcNodeRef)

Create the widget.

Parameters:
params -

Hash of initialization parameters for widget, including scalar values (like title, duration etc.) and functions, typically callbacks like onClick. The hash can contain any of the widget's properties, excluding read-only properties.

srcNodeRef -

If a srcNodeRef (DOM node) is specified:

  • use srcNodeRef.innerHTML as my contents
  • if this is a behavioral widget then apply behavior to that srcNodeRef
  • otherwise, replace srcNodeRef with my generated DOM tree

Copyright © 2006-2013 yWorks GmbH. All rights reserved.