FWIW, is there a a way to make page title dynamic?
Like tag("Sitename") + " Comissioning"
Thank you.
FWIW, is there a a way to make page title dynamic?
Like tag("Sitename") + " Comissioning"
Thank you.
There's no binding button. So, no. (Even if you could, the tag()
function is not the answer.)
But!
page.props.title
is writable. So you could place a view custom property in a shared dock, use direct or indirect tag binding to subscribe to a desired tag, and use a property change event to make the title track the tag.