Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Conversation

@joshuatam
Copy link

Added support for Ext.dataview.component.SimpleListItem

Example Usage:

app.js

requires: [
    ...
    'Ux.locale.override.st.dataview.component.SimpleListItem'
]

Store:

store: {
    fields: ['title'],
    data: [
        {
            locales: {
                title: 'foo.bar1'
            }
        },
        {
            locales: {
                title: 'foo.bar2'
            }
        }
    ]
}

Added support for SimpleListItem
Revised SimpleListItem
Revised SimpleListItem
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant