netui:checkBoxOption tag libraries documentation ------------------------------------------------
Key: BEEHIVE-669 URL: http://issues.apache.org/jira/browse/BEEHIVE-669 Project: Beehive Type: Bug Components: Documentation Reporter: Krista Baker Assigned to: Steve Hanson Fix For: V1 Attributes: 1. The following attributes are missing a Data bindable: value alt, dataSource, defaultValue, disabled, onBlur, onChange, onFocus, and onSelect 2. defaultValue is missing an attribute description 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 is missing an attribute description 5. onBlur, onChange, onFocus, onSelect - none of these have attribute descriptions. The typical: "The on** JavaScript event would be sufficient. 6. tagId see JIRA-637 Example: 7. The example of the <checkBoxOption> tag needs to be updated. The {} are automatically inserted for the user, causing the following example to give an error: <netui:checkBoxGroup dataSource="{actionForm.data}" defaultValue="{actionForm.defaultChoices}"> this example should be: <netui:checkBoxGroup dataSource="actionForm.data" defaultValue="actionForm.defaultChoices" And in one more place, the Example at the bottom of the page <netui:checkBox dataSource="{actionForm.wantsSpecialOffers}"/> should be <netui:checkBox dataSource="actionForm.wantsSpecialOffers"/> Corresponding PageFlow JavaDoc information which needs updating: \docs\apidocs\classref_pageflows\index.html file:///docs/apidocs/classref_pageflows/org/apache/beehive/netui/tags/html/CheckBoxOption.html The Example at the top needs the dataSource updates listed above, same as the tagLibrary example 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