netui:hidden tag libraries documentation
----------------------------------------

         Key: BEEHIVE-694
         URL: http://issues.apache.org/jira/browse/BEEHIVE-694
     Project: Beehive
        Type: Bug
  Components: Documentation  
    Reporter: Krista Baker
 Assigned to: Steve Hanson 
     Fix For: V1


<netui:hidden>
file:
/docs/apidocs/taglib/beehive.apache.org/netui/tags-html-1.0/hidden.html

Attributes:
1. The following attributes are missing a value for Data bindable: 
  dataInput, dataSource, disabled, onBlur, onChange, onFocus, and onSelect
  dataInput and dataSource should both have a Yes value.

2.  dataSource, the examples with dataSource attributes need to have the {} 
removed.
  <netui:textBox dataSource="{actionForm.foo}" /> 
  <netui-data:repeater dataSource="{pageFlow.myIterativeData}">
Should be:
  <netui:textBox dataSource="actionForm.foo" /> 
  <netui-data:repeater dataSource="pageFlow.myIterativeData">

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 attribute does not have a description.

5. onBlur, onChange, onFocus, and onSelect do not have attribute descriptions:  
The typical: "The on** JavaScript event." should be sufficient.

6. tagId - see JIRA-637

Example:
7. Needs the {} removed from the dataSource attribute:
Current: <netui:hidden dataSource="{actionForm.status}"  />
Updated: <netui:hidden dataSource="actionForm.status" />

JavaDoc Pageflow api for Hidden:
file:/docs/apidocs/classref_pageflows/org/apache/beehive/netui/tags/html/Hidden.html
8. Example needs the {} removed same as 7. above.

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

Reply via email to