netui:html tag libraries documentation
--------------------------------------

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


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

Attributes:
1. The following attributes are missing Data bindable: values:
 dir, documentType, and useLocale

2. 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 

3. documentType does not have an attribute description:  The documentType 
attribute determines whether the output is HTML 4 Quirks, HTML401 loose, or 
XHTML 1 transitional depending on the value of this attribute.  "html4-loose" 
will output HTML4-loose html, "xhtml1-transitional" will output XHTML10 - 
transitional html, and anything else, omitting this attribute and the 
configuration in beehive-netui-config.xml, or "html4-loose-quirks" will output 
HTML401-Quirks, the default.

4.  useLocale does not have an attribute description

5.  Example: The JavaScript portion of this attribute is not necessarily 
correct.  The <netui:html> tag will only write out the functions that are 
necessary based on other tags contained within the netui:html tag.  This 
portion of the netui:html tag libraries example section should be removed.

The above example section in 5. also needs to be removed from the PageFlow 
JavaDoc on Html
file:/docs/apidocs/classref_pageflows/org/apache/beehive/netui/tags/html/Html.html

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