Titanium.UI.DashboardView.move

Platform Since
iPhone 1.2
iPad 1.2

Summary

fired when a Titanium.UI.DashboardItem is moved during editing

Properties

Properties of the object passed to the event callback:
Name Type Summary
globalPoint

Deprecated a dictionary with properties x and y describing the point of the event in screen coordinates

item

the Titanium.UI.DashboardItem that was moved

items

the pending data array in the new order (uncommitted)

source Object

Source object that fired the event.

type String

Name of the event fired.

x

the x point of the event in receiving view coordiantes

y

the y point of the event, in receiving view coordinates