You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This above does not work. Currently binding works only for entire attribute or for entire tag content {{caption}}.
Ideallly, binding should work for any piece of text within DOM, like it was in 0.5
The company {{company}} CEO is {{ceo}}
More, this should work also for CSS customizations (text insertions), and class selectors and inline-style (I know there are other ways to do it, but that was really great in 0.55):
<style>
div {
background-color:{{bkgcolor}}
}
.caption {
color:{{fontcolor}}
}
.caption .level1 {
font-size:10pt;
}
.caption .level2 {
font-size:8pt;
}
.caption .level3 {
font-size:8pt;
}
</style>
My Text
The text was updated successfully, but these errors were encountered:
This above does not work. Currently binding works only for entire attribute or for entire tag content
{{caption}}.
Ideallly, binding should work for any piece of text within DOM, like it was in 0.5
More, this should work also for CSS customizations (text insertions), and class selectors and inline-style (I know there are other ways to do it, but that was really great in 0.55):
<style>
div {
background-color:{{bkgcolor}}
}
.caption {
color:{{fontcolor}}
}
.caption .level1 {
font-size:10pt;
}
.caption .level2 {
font-size:8pt;
}
.caption .level3 {
font-size:8pt;
}
</style>
The text was updated successfully, but these errors were encountered: