Base class for all elements, handles layout and styles. IPhoneElement adds support for receiving events from the browser and being added directly to other IPhoneElements.

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

Syntax

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

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

Inheritance Hierarchy

See Also