c1confirm method.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.Client (in C1.Web.iPhone.Client.dll)

Syntax

JavaScript
C1.Web.iPhone.c1confirm = function();

Type.createClass(
	'C1.Web.iPhone.c1confirm');

Examples

C1.Web.iPhone.c1confirm(function(){alert("confirmed");}, "Are you sure you want to clear history?");

Inheritance Hierarchy

System..::..Object
  C1.Web.iPhone..::..c1confirm

See Also