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

label

Widget Type #label
Widget iOS classMobileLabel
iOS categoryIOSWidgets
Widget Web classWebWidget
web categoryIOSWidgets
Widget Android classMobileText
Properties text - color - height - order - backgroundColor
Events #needsText:
Sample use in spec
(#categoryLabel -> (
        (#type -> #label ),
        (#configuration -> (
               	(#order -> 4 ), 
               	(#height -> 40), 
               	(#backgroundColor -> 'white'),
               	(#text -> 'Category')",
               	(#color -> 'blue')"
         )) 
))