diff --git a/core/src/main/resources/lib/form/textbox.jelly b/core/src/main/resources/lib/form/textbox.jelly index 886dd2fa6ec89983a9ac2a2079cc0209b43b9b5a..ca9ad7a518cb9b5231fc85fa5c0de6159f67d7f7 100644 --- a/core/src/main/resources/lib/form/textbox.jelly +++ b/core/src/main/resources/lib/form/textbox.jelly @@ -5,12 +5,19 @@ If @field is specified: no other mandatory fields. - in this case, name and value are inferred from field, + in this case, name and value are inferred from field, and checkUrl is auto-generated if the check method is present. Otherwise @name and @value are mandatory. --> - + + + Generates an input field <input type="text" ... />. + + + Used for databinding. TBD. + + - + + + Renders the body only if the current user has the specified permission + + permission object to check. If this is null, the body will be also rendered. + + + - + \ No newline at end of file diff --git a/core/src/main/resources/lib/layout/main-panel.jelly b/core/src/main/resources/lib/layout/main-panel.jelly index 0538daf8fe6bdc19900695ecb4934644e03acbf3..b040e441229e5ac07236646f776ad8203d343fa0 100644 --- a/core/src/main/resources/lib/layout/main-panel.jelly +++ b/core/src/main/resources/lib/layout/main-panel.jelly @@ -1,4 +1,8 @@ - + + + Generates the body as the main content part of a Hudson page. + + diff --git a/core/src/main/resources/lib/layout/rightspace.jelly b/core/src/main/resources/lib/layout/rightspace.jelly index f8cf105a70d1a283d2a4ad0bf79645b6924c718d..99137b78477d4d8fb1b83bf64f06c775fbb3e31d 100644 --- a/core/src/main/resources/lib/layout/rightspace.jelly +++ b/core/src/main/resources/lib/layout/rightspace.jelly @@ -1,9 +1,9 @@ - - +
- +
\ No newline at end of file diff --git a/core/src/main/resources/lib/layout/taglib b/core/src/main/resources/lib/layout/taglib index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..676b74139f04800cb0a489eb3e6d2964b0b9e0c2 100644 --- a/core/src/main/resources/lib/layout/taglib +++ b/core/src/main/resources/lib/layout/taglib @@ -0,0 +1 @@ +Tag library that defines the basic layout of Hudson pages. \ No newline at end of file