| The TaskJuggler Manual | ||
|---|---|---|
| Prev | Chapter 7. Property Reference | Next |
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. | ||
| Attributes | Name | Type | Description |
text | STRING | ||
| Context | reference, | ||
| Inheritable | No | Scenario 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!"
}