The IPhoneElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
IPhoneElement |
Creates a new instance of an IPhoneElement.
|
Methods
Name | Description | |
---|---|---|
![]() |
AddCssClass |
Add CssClass to DOM element.
|
![]() |
AssignPropertiesState |
Assigns new properties state hash.
|
![]() |
CreateInstance |
Creates the instance of the class.
Type of the class can be determined by value of the DOM element's className.
|
![]() |
Dispose |
Releases unmanaged and - optionally - managed resources.
|
![]() ![]() |
FindInstanceByElement |
Finds the instance by element.
|
![]() |
Initialize |
Initializes this instance.
|
![]() |
Invalidate |
Invalidates the entire surface of the control and causes the control to be
redrawn.
Do Layout actions here.
|
![]() |
IsDOMVisible |
Returns true if control's container element is visible.
|
![]() |
RemoveCssClass |
Remove CssClass from DOM element.
|
![]() |
ToggleCssClass |
Toggle CssClass for DOM element.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() |
all |
Use this field to access IPhoneElement by its unique id.
|
![]() |
Element |
Associated DOM Element.
|
![]() |
UID |
Unique ID of the this IPhoneElement.
|
Properties
Name | Description | |
---|---|---|
![]() |
ID |
Gets the ID of the DOM element.
|
![]() |
IsInitialized |
Gets a value indicating whether this instance is initialized.
|
![]() |
PropertiesState |
Hash object what contains values of the properties.
|
![]() |
Visible |
Gets or sets visibility state of the element.
|