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

line

Widget Type #line
Widget iOS classMobileLine
iOS categoryIOSWidgets
Widget Web classMobileLine
web categoryWebWidget
Widget Android classMobileLine
Properties height - background- color - order
Events
Sample use in spec
(#separator -> (
        (#type -> #line ),
        (#configuration -> (
        	(#order -> 3 ),
            (#height -> 10), 
            (#background -> 'blue') 
        )) 
))