提交 717cd28e 编写于 作者: D dty

Look for checkUrl value in the attributes

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@19535 71c3de6d-444a-0410-be80-ed276b4c234a
上级 57b75b4d
......@@ -52,8 +52,8 @@ THE SOFTWARE.
<f:prepareDatabinding />
<textarea id="${attrs.id}" style="${attrs.style}"
name ="${attrs.name ?: '_.'+attrs.field}"
class="setting-input ${checkUrl!=null?'validated':''}"
checkUrl="${checkUrl}"
class="setting-input ${attrs.checkUrl!=null?'validated':''}"
checkUrl="${attrs.checkUrl}"
rows="${h.determineRows(attrs.value)}">
<st:out value="${attrs.value ?: instance[attrs.field]}" />
</textarea>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册