From 8283ba6d0bd5d0c888235b47dbf7dbe14960c73a Mon Sep 17 00:00:00 2001 From: kohsuke Date: Fri, 18 Dec 2009 20:21:34 +0000 Subject: [PATCH] added a new databinding friendly tag that works like except this only lets you select one instance from many descriptors. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@24698 71c3de6d-444a-0410-be80-ed276b4c234a --- .../resources/lib/form/hetero-radio.jelly | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 core/src/main/resources/lib/form/hetero-radio.jelly diff --git a/core/src/main/resources/lib/form/hetero-radio.jelly b/core/src/main/resources/lib/form/hetero-radio.jelly new file mode 100644 index 0000000000..94e71dc1cb --- /dev/null +++ b/core/src/main/resources/lib/form/hetero-radio.jelly @@ -0,0 +1,55 @@ + + + + + Sibling of hetero-list, which only allows the user to pick one type from the list of descriptors and configure it. + + + Field name in the parent object where databinding happens. + + + all types that the user can add. + + + + + + + + + + + + + + + + + + + +
+
-- GitLab