You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Krista Baker (JIRA)" <be...@incubator.apache.org> on 2005/05/10 21:53:12 UTC

[jira] Created: (BEEHIVE-669) netui:checkBoxOption tag libraries documentation

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


[jira] Resolved: (BEEHIVE-669) netui:checkBoxOption tag libraries documentation

Posted by "Carlin Rogers (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-669?page=all ]
     
Carlin Rogers resolved BEEHIVE-669:
-----------------------------------

    Resolution: Fixed

Fixed with revision 169890. Note that the Data Bindable field will be removed from the table.

> netui:checkBoxOption tag libraries documentation
> ------------------------------------------------
>
>          Key: BEEHIVE-669
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-669
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Carlin Rogers
>      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


[jira] Updated: (BEEHIVE-669) netui:checkBoxOption tag libraries documentation

Posted by "Carlin Rogers (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-669?page=all ]

Carlin Rogers updated BEEHIVE-669:
----------------------------------

    Assign To: Carlin Rogers  (was: Steve Hanson)
      Version: V1

> netui:checkBoxOption tag libraries documentation
> ------------------------------------------------
>
>          Key: BEEHIVE-669
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-669
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Carlin Rogers
>      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


[jira] Assigned: (BEEHIVE-669) netui:checkBoxOption tag libraries documentation

Posted by "Carlin Rogers (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-669?page=all ]

Carlin Rogers reassigned BEEHIVE-669:
-------------------------------------

    Assign To: Krista Baker  (was: Carlin Rogers)

> netui:checkBoxOption tag libraries documentation
> ------------------------------------------------
>
>          Key: BEEHIVE-669
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-669
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Krista Baker
>      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


[jira] Closed: (BEEHIVE-669) netui:checkBoxOption tag libraries documentation

Posted by "Krista Baker (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-669?page=all ]
     
Krista Baker closed BEEHIVE-669:
--------------------------------


Verified fixed at svn revision 169890. 

> netui:checkBoxOption tag libraries documentation
> ------------------------------------------------
>
>          Key: BEEHIVE-669
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-669
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Krista Baker
>      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