File tree Expand file tree Collapse file tree
webapp/components/definition Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -482,6 +482,58 @@ class NetPyNEPopulation extends React.Component {
482482 disabled = { this . renaming }
483483 label = "Frequency (Hz)"
484484 />
485+ < TextField
486+ variant = "filled"
487+ fullWidth
488+ onChange = { this . handleRenameChange }
489+ value = { this . state . currentName }
490+ disabled = { this . renaming }
491+ label = "freStd (Hz)"
492+ />
493+ < NetPyNEField mb = { 0 } id = "netParams.popParams.cellType" >
494+ < NetPyNESelectField
495+ style = { { mb : 0 } }
496+ method = "netpyne_geppetto.getAvailableCellTypes"
497+ model = {
498+ `netParams.popParams['${ this . props . name } ']['cellType']`
499+ }
500+ postProcessItems = { this . postProcessMenuItems }
501+ />
502+ </ NetPyNEField >
503+ < NetPyNEField mb = { 0 } id = "netParams.popParams.cellType" >
504+ < NetPyNESelectField
505+ style = { { mb : 0 } }
506+ method = "netpyne_geppetto.getAvailableCellTypes"
507+ model = {
508+ `netParams.popParams['${ this . props . name } ']['cellType']`
509+ }
510+ postProcessItems = { this . postProcessMenuItems }
511+ />
512+ </ NetPyNEField >
513+ < TextField
514+ variant = "filled"
515+ fullWidth
516+ onChange = { this . handleRenameChange }
517+ value = { this . state . currentName }
518+ disabled = { this . renaming }
519+ label = "EventsPerCycle"
520+ />
521+ < TextField
522+ variant = "filled"
523+ fullWidth
524+ onChange = { this . handleRenameChange }
525+ value = { this . state . currentName }
526+ disabled = { this . renaming }
527+ label = "Repeats"
528+ />
529+ < TextField
530+ variant = "filled"
531+ fullWidth
532+ onChange = { this . handleRenameChange }
533+ value = { this . state . currentName }
534+ disabled = { this . renaming }
535+ label = "Stops"
536+ />
485537 </ Box >
486538 { /* <NetPyNECoordsRange
487539 id="xRangePopParams"
Original file line number Diff line number Diff line change @@ -593,6 +593,58 @@ class NetPyNEStimulationSource extends React.Component {
593593 disabled = { this . renaming }
594594 label = "Frequency (Hz)"
595595 />
596+ < TextField
597+ variant = "filled"
598+ fullWidth
599+ onChange = { this . handleRenameChange }
600+ value = { this . state . currentName }
601+ disabled = { this . renaming }
602+ label = "freStd (Hz)"
603+ />
604+ < NetPyNEField mb = { 0 } id = "netParams.popParams.cellType" >
605+ < NetPyNESelectField
606+ style = { { mb : 0 } }
607+ method = "netpyne_geppetto.getAvailableCellTypes"
608+ model = {
609+ `netParams.popParams['${ this . props . name } ']['cellType']`
610+ }
611+ postProcessItems = { this . postProcessMenuItems }
612+ />
613+ </ NetPyNEField >
614+ < NetPyNEField mb = { 0 } id = "netParams.popParams.cellType" >
615+ < NetPyNESelectField
616+ style = { { mb : 0 } }
617+ method = "netpyne_geppetto.getAvailableCellTypes"
618+ model = {
619+ `netParams.popParams['${ this . props . name } ']['cellType']`
620+ }
621+ postProcessItems = { this . postProcessMenuItems }
622+ />
623+ </ NetPyNEField >
624+ < TextField
625+ variant = "filled"
626+ fullWidth
627+ onChange = { this . handleRenameChange }
628+ value = { this . state . currentName }
629+ disabled = { this . renaming }
630+ label = "EventsPerCycle"
631+ />
632+ < TextField
633+ variant = "filled"
634+ fullWidth
635+ onChange = { this . handleRenameChange }
636+ value = { this . state . currentName }
637+ disabled = { this . renaming }
638+ label = "Repeats"
639+ />
640+ < TextField
641+ variant = "filled"
642+ fullWidth
643+ onChange = { this . handleRenameChange }
644+ value = { this . state . currentName }
645+ disabled = { this . renaming }
646+ label = "Stops"
647+ />
596648 </ Box >
597649 { /* <div> */ }
598650 { /* <Box mb={1}>
You can’t perform that action at this time.
0 commit comments