Hi there...
B4J Code
Sub GetCssStyle(styleName As String) As String
If styleName.StartsWith("@") Then
else If styleName.StartsWith("#") Then
else If styleName.StartsWith(".") Then
Else
styleName = "." & styleName
End If
Return CSSRule.Get(styleName)
End Sub...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.