Sha256: 3cd9610551df36342d6e03d8e7d6a285ca2e636f59b7f79d7759388053157fc2
Contents?: true
Size: 340 Bytes
Versions: 7
Compression:
Stored size: 340 Bytes
Contents
Ext.define('TM.store.Types',{ extend: 'Ext.data.Store', fields: ['text', 'value'], data : [ { "text": "年计划", 'value': 'yearly' }, { "text": "季计划", 'value': 'quarterly' }, { "text": "月计划", 'value': 'monthly' }, { "text": "周计划", 'value': 'weekly' }, { "text": "日计划", 'value': 'daily' } ] });
Version data entries
7 entries across 7 versions & 1 rubygems