beepdog
08/22/2018, 2:47 PMbeepdog
08/22/2018, 2:47 PMbeepdog
08/22/2018, 2:48 PMbeepdog
08/22/2018, 2:48 PMbeepdog
08/22/2018, 2:48 PMamanda.hinchman-dominguez
08/22/2018, 2:49 PMbeepdog
08/22/2018, 2:50 PMamanda.hinchman-dominguez
08/22/2018, 2:50 PMbeepdog
08/22/2018, 2:50 PMamanda.hinchman-dominguez
08/22/2018, 2:51 PMamanda.hinchman-dominguez
08/22/2018, 2:52 PMamanda.hinchman-dominguez
08/22/2018, 2:52 PMbeepdog
08/22/2018, 2:53 PMamanda.hinchman-dominguez
08/22/2018, 2:53 PMbeepdog
08/22/2018, 2:55 PMbeepdog
08/22/2018, 2:55 PMbeepdog
08/22/2018, 2:55 PMbeepdog
08/22/2018, 2:56 PMamanda.hinchman-dominguez
08/22/2018, 3:04 PMamanda.hinchman-dominguez
08/22/2018, 3:11 PMamanda.hinchman-dominguez
08/22/2018, 3:11 PMbeepdog
08/22/2018, 3:39 PMbeepdog
08/22/2018, 3:39 PMbeepdog
08/22/2018, 3:40 PMfield
section within a fieldset
beepdog
08/22/2018, 3:40 PMfieldset {
text = "Config Sources"
labelPosition = Orientation.VERTICAL
//Model is currently empty, and that's okay
val fileSelectorScope = FileSelectorScope()
find(ConfigFileSelector::class, scope = fileSelectorScope)
//How do I get a fragment in here, and pass it a model.
//I also want to pass it what functions I want to do, which is probably not okay
field(".screenrc") {
hbox {
textfield {
//Path
}
button("Select File") {
//TODO: use an icon
}
checkbox {
text = "Use Upstream"
}
}
}
}
beepdog
08/22/2018, 3:40 PMamanda.hinchman-dominguez
08/22/2018, 3:40 PMbeepdog
08/22/2018, 3:40 PMbeepdog
08/22/2018, 3:41 PMamanda.hinchman-dominguez
08/22/2018, 3:46 PM