label <text>

label <text>
Description

Specifies the text for the URL in HTML reports. If no label is specified, the URL will be displayed. If a label has been specified, the URL will not be shown.

AttributesNameTypeDescription
textSTRING 
Contextreference,
InheritableNoScenario Spec.No

project ca "Custom Attributes" "1.0" 2003-05-28 - 2003-06-28 {
  extend task {
    reference MyLink "My Link"
    text MyText "My Text" { inherit }
  }
}

task t "Task" {
  start 2003-05-28
  milestone
  MyLink "http://www.taskjuggler.org" { label "TJ Web" }
  MyText "TaskJuggler is great!"
}