Sha256: 3d374482503266584cb99f7c011af1885f3d74909eae8dbd03a890aa233ede36

Contents?: true

Size: 353 Bytes

Versions: 1

Compression:

Stored size: 353 Bytes

Contents

Ext.define('<%= @bundle %>.view.<%= singular_name %>.<%= class_name %>List', {
	
	extend : 'Base.abstract.entity.ListGridView',
	
	xtype : '<%= @bundle.downcase %>_<%= singular_name %>_list',
		
	store : '<%= @bundle %>.store.<%= class_name %>',
	
	<%= Hatio::Generators::ResourceViewUtil.generate_grid(@domain, singular_name, @columns, nil, nil) %>
});

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hatio-core-0.0.6 lib/generators/hatio/resource_view/templates/list/ListGrid.js