The TaskJuggler User Manual

Project Management beyond Gantt Chart Drawing


<< monthlymin << Table Of Contents >> newtask >>


Keyword navigator

Purpose
Defines a navigator object with the specified ID. This object can be used in reports to include a navigation bar with references to other reports.
Syntax navigator <ID> [{ <attributes> }]
Arguments none
Context properties

Attributes hidereport

project "Navigator Example" 2011-12-12 +1m

task foo "Foo" {
  task "Foo 1"
  task "Foo 2"
}
task bar "Bar" {
  task "Bar 1"
  task "Bar 2"
}


navigator navbar

textreport frame "" {
  header -8<-
    == My Reports ==
    <[navigator id="navbar"]>
  ->8-
  footer "----"

  taskreport "Foo Reports" {
    formats html
    taskroot foo
  }
  taskreport "Bar Reports" {
    formats html
    taskroot bar
  }
}


<< monthlymin << Table Of Contents >> newtask >>


Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 by Chris Schlaeger <cs@taskjuggler.org>.TaskJuggler is a trademark of Chris Schlaeger.