From 8e18fe2e0b5547280b83761eaa0845b98ec98948 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Mon, 23 Mar 2009 03:42:03 +0000 Subject: [PATCH] added documentation and supported checkUrl computation with @field inheritance git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@16464 71c3de6d-444a-0410-be80-ed276b4c234a --- .../resources/lib/form/editableComboBox.jelly | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/core/src/main/resources/lib/form/editableComboBox.jelly b/core/src/main/resources/lib/form/editableComboBox.jelly index 0eb60c34fb..89e33d64d1 100644 --- a/core/src/main/resources/lib/form/editableComboBox.jelly +++ b/core/src/main/resources/lib/form/editableComboBox.jelly @@ -22,28 +22,30 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --> - + + Editable drop-down combo box. + + + + Additional CSS classes that the control gets. + + + List of possible values. Either this or nested <f:editableComboBoxValue/>s are required. + + + Used for databinding. + + +