prodz18 / TiFlexiGrid

An Alloy Widget for creating grid layouts.
125 stars 36 forks source link

Tidying code + New parameter 'overlay' #24

Closed clemblanco closed 3 years ago

clemblanco commented 9 years ago

Code looks prettier New parameter 'overlay' which enable/disable the overlay Ti.UI.View inside the frame. Enabled by default, as it has always be but could be useful when you don't need to open pop-ups on clicks and when you want to be able to deal with click event handling on the items themselves rather than having the overlay catching everything.