Skip to content

Instantly share code, notes, and snippets.

@yanguango
Created December 23, 2010 11:33
Show Gist options
  • Save yanguango/752857 to your computer and use it in GitHub Desktop.
Save yanguango/752857 to your computer and use it in GitHub Desktop.
var item = Titanium.UI.createDashboardItem({
image:'../images/..',
selectedImage:'../images/..',
label:label,
canDelete:false // notice
});
var dashboard = Titanium.UI.createDashboardView({
data:data,
wobble:false // notice
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment