API Docs for:
Show:

GSCollectionView Class

A collection-view displays its items like a grid. All items have the same size and an optional image associated.

Properties

addItem:item: (Action)

Delegate

Adds the specified item to the collection view.

addItems:items: (Action)

Delegate

Adds the specified items to the collection view.

BindingSlot.content

Object

Current items of the collection view.

itemSize

Number

The size for each item in the view.

Default: [200 , 200]

removeSelectedItem: (Action)

Delegate

Removes the current selected item.

storeMode

String

Controls how the view stores its data. If "single" the view only stores the current selected item. If "list" the view stores all items.

Default: "single"