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 taskBoard = new TaskBoard({
tbar : [
{
type : 'taskboardprojectcombo',
items : [
{ title : 'Important project', url : 'data/load.php?id=1' },
{ title : 'Another project', url : 'data/load.php?id=2' }
]
}
],
project : {
transport : {
load : {
url : 'data/load.php?id=1'
}
},
autoLoad : true
}
});
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
Project to reconfigure when picking an item. Resolved automatically if a TaskBoard is configured or detected.
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: taskboardprojectcombo