From b6f60eb1a39582ee0df717aadab24a02aa0ed176 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Sun, 15 Feb 2009 15:44:00 +0000 Subject: [PATCH] added documentation git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15365 71c3de6d-444a-0410-be80-ed276b4c234a --- .../resources/lib/form/dropdownList.jelly | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/core/src/main/resources/lib/form/dropdownList.jelly b/core/src/main/resources/lib/form/dropdownList.jelly index 6635c118f4..bdc68f963b 100644 --- a/core/src/main/resources/lib/form/dropdownList.jelly +++ b/core/src/main/resources/lib/form/dropdownList.jelly @@ -21,15 +21,22 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --> - - + + Foldable block expanded when the corresponding item is selected in the drop-down list. + + + Human readable title text of this drop-down listbox. + Shown in the same position as <f:entry title="..." /> + + + name of the drop-down list. + + + Path to the inline help. See <f:entry help="..." /> + + -- GitLab