2015년 5월 6일 수요일

ViewModel Stores

stores: {
    treeStore: {
        type:'tree',
        model: 'Model',
        name:'Store',
        root: {
            id: 'TOP',
            orgnztId:'TOP',
            text: 'Root',
            expanded: true
        },
        rootVisible: true,
        remoteSort: false,
        autoLoad: true,
        autoSync: false
    },
    Store:{
        model: 'Model',
        name:'userListStore',
        remoteSort: false,
        autoLoad: false,
        autoSync: false
    },
}

댓글 없음:

댓글 쓰기