Value List Handler
Tag attribute
Append to the nearest parent that implement interface Attributeable
html attributes.
Usage
<vlh:row bean="player"> <vlh:attribute name="onclick">toggle(this);</vlh:attribute> ...
</vlh:row>
Result in
<tr onclick="toggle(this);"> ... <tr>
Tag Information |
Tag Class | net.mlw.vlh.web.tag.support.AttributeTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes |
Name | Required | Request-time | Type | Description |
name | true | true | java.lang.String | The name of html attribute. |
value | false | true | java.lang.String | The value of html attribute. |
Variables |
No Variables Defined. |
Output Generated by
Tag Library Documentation Generator.
Java, JSP, and JavaServer Pages are trademarks or
registered trademarks of Sun Microsystems, Inc. in the US and other
countries. Copyright 2002-4 Sun Microsystems, Inc.
4150 Network Circle
Santa Clara, CA 95054, U.S.A.
All Rights Reserved.