| Widget Type | #textField | 
| Widget iOS class | MobileTextField | 
| iOS category | IOSWidgets | 
| Widget Web class | MobileEntryField | 
| web category | IOSWidgets | 
| Widget Android class | MobileEntryField | 
| Properties | text - color - height - background - border - order | 
| Events | #needsText: - #done: - #changed: | 
| Sample use in spec | 
(#categoryLabel -> (
        (#type -> #label ),
        (#configuration -> (
               	(#order -> 4 ), 
               	(#height -> 40), 
               	(#backgroundColor -> 'white'),
               	(#text -> 'Category')",
               	(#color -> 'blue')"
         )) 
)) 
 |