Skip to content

Location

Daryl Hedley edited this page Jun 9, 2014 · 1 revision

The location module contains the page title. To update this use the following:

Origin.trigger('location:title:update', {title: 'Page editing'});
// This will update the page title to 'Page editing'.
// A 'location:title:postRender' event is passed out once rendered

To hide the page title please trigger:

Origin.trigger('location:title:hide');
Clone this wiki locally