Commit d4f30553 authored by Richard's avatar Richard

added optionspanel, does not work

parent e831c4ac
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment