abhinay
11/14/2017, 1:12 AMJuan
11/14/2017, 1:13 AMabhinay
11/14/2017, 1:14 AMJuan
11/14/2017, 1:17 AMabhinay
11/14/2017, 1:19 AMJuan
11/14/2017, 1:21 AMhbox {
text("Lorem Ipsum") {
addClass(LoginStyles.title)
}
style {
backgroundColor += c("#FFFFFF")
opacity = .10
}
}
and then opacity = 1.0
to the text node through the stylesheetabhinay
11/14/2017, 1:24 AMhbox {
text("Lorem Ipsum") {
addClass(LoginStyles.title)
style {
opacity = 1.0
}
}
style {
backgroundColor += c("#FFFFFF")
opacity = .10
}
}
abhinay
11/14/2017, 1:24 AMabhinay
11/14/2017, 1:24 AMJuan
11/14/2017, 1:25 AMabhinay
11/14/2017, 1:27 AMJuan
11/14/2017, 1:27 AMabhinay
11/14/2017, 1:47 AMhbox {
text("Lorem Ipsum")
style {
backgroundColor += c("#FFFFFF", .10)
}
}
Juan
11/14/2017, 1:51 AMplebian
11/14/2017, 2:20 AMcellFormat
? As far as I can tell it
only refers to the specific variable for the column.abhinay
11/14/2017, 3:00 AMplebian
11/14/2017, 3:03 AMplebian
11/14/2017, 3:05 AMtypeBar
would be an enum, and I want to format the text based on what that enum isabhinay
11/14/2017, 3:07 AMplebian
11/14/2017, 3:08 AMplebian
11/14/2017, 3:08 AMplebian
11/14/2017, 3:10 AMit
is the stringBar
of a Foo
object, is there any way to get other variables of that Foo
object?abhinay
11/14/2017, 3:11 AMabhinay
11/14/2017, 3:11 AMabhinay
11/14/2017, 3:11 AMplebian
11/14/2017, 3:11 AMplebian
11/14/2017, 3:21 AMplebian
11/14/2017, 3:23 AMcarlw
11/14/2017, 3:24 AMcarlw
11/14/2017, 3:24 AM