提交 b6f60eb1 编写于 作者: K kohsuke

added documentation

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15365 71c3de6d-444a-0410-be80-ed276b4c234a
上级 225dc9cc
......@@ -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.
-->
<!--
<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">
<st:documentation>
Foldable block expanded when the corresponding item is selected in the drop-down list.
@name (mandatory)
<st:attribute name="title">
Human readable title text of this drop-down listbox.
Shown in the same position as &lt;f:entry title="..." />
</st:attribute>
<st:attribute name="name" use="required">
name of the drop-down list.
-->
<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">
</st:attribute>
<st:attribute name="help">
Path to the inline help. See &lt;f:entry help="..." />
</st:attribute>
</st:documentation>
<j:set var="id" value="${h.generateId()}"/>
<tr>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册