[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

textField

Widget Type #textField
Widget iOS classMobileTextField
iOS categoryIOSWidgets
Widget Web classMobileEntryField
web categoryIOSWidgets
Widget Android classMobileEntryField
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')"
         )) 
))