TextField prototype for Tiny Mobile Widgets

Tiny TextField ScreenShot

Text Field is composed of :

Prototype can be activated/disabled through 'activate' boolean field for keyboard devices and through 'enabled' boolean field for touch screen devices.

The text displayed in text layer can be modified at anytime by user clicking into the textfield layer. It can also be modified from outside the prototype, by setting 'text' parameter.

The 'text' parameter providing current value of text is generated each time prototype modifies the text and can be accessed from outside the prototype.


Events