v7.3.0

ProjectCombo
Widget

Combo that allows picking a dataset to use for a ProjectModel. Each item holds a title and a load url to reconfigure the project with.

const projectCombo = new ProjectCombo({
    project : scheduler.project,
    store   : {
        data : [
            { title : 'Team A Schedule', url : 'data/team-a.json' },
            { title : 'Team B Schedule', url : 'data/team-b.json' }
        ]
    }
});

See also

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class

Properties

Properties are getters/setters or publicly accessible variables on this class
type: projectcombo

Source path

Scheduler/widget/ProjectCombo.js

Contents