Quote from
luishp on November 3, 2023, 5:28 pm
@smartmedia a Container is a very flexible object.
Use this to use it as a Headline:
SetVar [value] "apple,orange,tomato,lemon"
StrReplace "[value]" "," "<br>" [value] ""
SetVar [value] "<h1>apple,orange,tomato,lemon</h1>"
This as a paragraph:
SetVar [value] "apple,orange,tomato,lemon"
StrReplace "[value]" "," "<br>" [value] ""
SetVar [value] "<p>apple,orange,tomato,lemon</p>"
Anyway I will check the ng-bind-html property for those objects.
Thank you!
@smartmedia a Container is a very flexible object.
Use this to use it as a Headline:
SetVar [value] "apple,orange,tomato,lemon"
StrReplace "[value]" "," "<br>" [value] ""
SetVar [value] "<h1>apple,orange,tomato,lemon</h1>"
This as a paragraph:
SetVar [value] "apple,orange,tomato,lemon"
StrReplace "[value]" "," "<br>" [value] ""
SetVar [value] "<p>apple,orange,tomato,lemon</p>"
Anyway I will check the ng-bind-html property for those objects.
Thank you!
smartmedia has reacted to this post.