edvin
11/10/2017, 8:27 PMabhinay
11/11/2017, 9:12 AMclass CustomerForm : View("Register Customer") {
override val root = form {
fieldset("Personal Information", FontAwesomeIconView(USER)) {
field("Name", Orientation.VERTICAL) {
textarea().vgrow = ALWAYS
}.vgrow = ALWAYS
}.vgrow = ALWAYS
}
}
edvin
11/11/2017, 9:33 AMvgrow
helper, but I don't like tacking a property assignment on the same line as the instantiation ๐ Looks weird IMO!abhinay
11/11/2017, 9:44 AMedvin
11/11/2017, 11:04 AMedvin
11/11/2017, 11:04 AMedvin
11/11/2017, 11:04 AMedvin
11/11/2017, 11:05 AMedvin
11/11/2017, 11:05 AMedvin
11/11/2017, 11:07 AMedvin
11/11/2017, 11:07 AMedvin
11/11/2017, 11:07 AMedvin
11/11/2017, 11:09 AMabhinay
11/11/2017, 11:31 AMabhinay
11/11/2017, 11:31 AM