The TaskJuggler Manual | ||
---|---|---|
Prev | Chapter 7. Property Reference | Next |
url
>reference
<url >
| |||
---|---|---|---|
Description | A reference to an external document. If you need more than one reference, you can create your own URL placeholders. | ||
Attributes | Name | Type | Description |
url | STRING | Should be a well formed URL. | |
Optional Attributes | label | ||
Context | task, | ||
Inheritable | No | Scenario Spec. | No |
See also | extend |
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!" }