Skip to content
Snippets Groups Projects
Commit d4f30553 authored by Richard's avatar Richard
Browse files

added optionspanel, does not work

parent e831c4ac
No related branches found
No related tags found
No related merge requests found
Ext.define('app.view.OptionsPanel', {
extend: 'Ext.Panel',
xtype: 'SimulationOptions',
id: 'simulation_options',
config: {
right: 40,
width: 200,
height: 100,
//scroll: true,
modal: true,
items: [{
xtype: 'list',
fullscreen: true,
itemTpl: 'Simulation {type}',
data: [
{type: "Flood Simulation"},
{type: "Lsm"}
],
}]
}
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment