[ http://issues.apache.org/jira/browse/BEEHIVE-664?page=all ]
Carlin Rogers resolved BEEHIVE-664:
-----------------------------------
Assign To: Krista Baker (was: Carlin Rogers)
Resolution: Fixed
Fixed with revision 169890. Note that the Data Bindable field will be removed
from the table.
> netui:checkBox and netui:fileUpload tag libraries documentation
> ---------------------------------------------------------------
>
> Key: BEEHIVE-664
> URL: http://issues.apache.org/jira/browse/BEEHIVE-664
> Project: Beehive
> Type: Bug
> Components: Documentation
> Versions: V1
> Reporter: Krista Baker
> Assignee: Krista Baker
> Fix For: V1
>
> \docs\apidocs\taglib\index.html
> file:///docs/apidocs/taglib/beehive.apache.org/netui/tags-html-1.0/checkBox.html
> Description:
> 1. The example of the <netui:checkBox> tag needs to be updated. The {} are
> automatically inserted for the user, causing the following example to give an
> error: <netui:checkBox dataSource="{actionForm.checkBoxValue}"/> should be
> changed to: <netui:checkBox dataSource="actionForm.checkBoxValue"/>
> This same dataSource issue also needs to be fixed in the dataSource attribute
> description: <netui:textBox dataSource="{actionForm.foo}"/> should be
> <netui:textBox dataSource="actionForm.foo"/> and <netui-data:repeater
> dataSource="{pageFlow.myIterativeData}"> should be <netui-data:repeater
> dataSource="pageFlow.myIterativeData">
> 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"/>
> Attributes:
> 2. The following attributes are missing a Data bindable: value
> alt, dataSource, defaultValue, disabled, onBlur, onChange, onFocus, and
> onSelect
> 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. onBlur, onChange, onFocus, onSelect - none of these have attribute
> descriptions. The typical: "The on** JavaScript event would be sufficient.
> 5. tagId see JIRA-637
> Corresponding PageFlow JavaDoc information which needs updating:
> \docs\apidocs\classref_pageflows\index.html
> file:///docs/apidocs/classref_pageflows/org/apache/beehive/netui/tags/html/CheckBox.html
> The Example at the top needs the dataSource updates listed in #1. 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