This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Daniel81
In the code section of a page, you could try:
function onEnd() {
$this->page->title = "some title or $variable";
}
mikoop28841
Any idea on how to do it for a page with an ajax response?
I am using vuejs and the page loads information based on the url which has an id. This then calls an api to load the left hand side column details.
1-6 of 6