Titanium.CLOSE

Description

The CLOSE event constant

API Information

Description The CLOSE event constant
Syntax [window] Titanium.CLOSE
Available Since 0.6
Supported Platforms
linux
osx
win23

Examples

Javascript
$(function()  {
  $('#close').click(function()
  {
   Titanium.UI.currentWindow.close();
  });
});
Last Modified on February 5, 2010, 08:02 PM by Rajib Chowdhury Edit | History