netui:anchor tag libraries documentation ----------------------------------------
Key: BEEHIVE-654 URL: http://issues.apache.org/jira/browse/BEEHIVE-654 Project: Beehive Type: Bug Components: Documentation Reporter: Krista Baker Assigned to: Steve Hanson Fix For: V1 \docs\apidocs\taglib\index.html <netui:button> file:/docs/apidocs/taglib/beehive.apache.org/netui/tags-html-1.0/button.html Description: 1. Renders an HTML button with the specified attributes. Actually the <netui:button> tag renders as an <input type="button"> tag with the specified attributes. Attributes: 2. The following attributes are missing a yes or no for Data bindable: alt, disabled, onBlur, onChange, onFocus, onSelect, and value 3. Even though dir is a Standard Html Attribute, the description is lacking: "The dir." The description taken from the standard Attributes Value Description: dir ltr | rtl Sets the text direction 4. disabled - there is no description for this attribute. Disables the element so that it cannot be selected or clicked. 5. onBlur, onChange, onFocus, onSelect - none of these have attribute descriptions. The typical: "The on** JavaScript event would be sufficient. bash05102005 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira