提交 71e903ad 编写于 作者: K kohsuke

Similar to <advancedButton> but designed to be used outside the form


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7472 71c3de6d-444a-0410-be80-ed276b4c234a
上级 a723028f
<!--
Expandable section that shows "advanced..." button by default.
Upon clicking it, a section unfolds.
Attributes:
@title : title of the button. required.
-->
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<div class="advancedLink">
<input type="button" value="${attrs.title}" class="expandButton" />
</div>
<div style="display:none">
<!-- this is the hidden portion to be expanded -->
<d:invokeBody/>
</div>
</j:jelly>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册