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

grid

Widget Type #grid
Widget iOS classMobileGrid
iOS categoryIOSWidgets
Widget Web class
web category
Widget Android classAndroidGrid
Properties items - height - order
Events #needsTitle #needsContainer #needsItems #needsList #configureList:for: #setIconFor:in: #needsIconSourceFor:in:coordinator: #needsCellFor:in: #configureCell:for:in:coordinator: #selectionChanged #selected:
Sample use in spec
 (#lista -> (
		   (#class -> #MobileGrid ),
		   (#configuration -> (
		         (#order -> 2), (#height -> 1000),
			 (#listeners -> (
			   (#needsItems -> [:coordinator | coordinator model snapshots  ]),
			   (#selected: -> [:item :coordinator | coordinator thread next: ((coordinator newTemplateAt: #PhotoEditor) model: item;yourself)])
			 ))
		   ))
    )