ProjectCombo
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
- ProjectModel - Project data model
- Combo - Base combo widget
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
Field used as projects title.
-
Project to reconfigure when picking an item.
-
Field used as projects load url.
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of ProjectCombo class, or subclass thereof.
-
Identifies an object as an instance of ProjectCombo class, or subclass thereof.
type: projectcombo