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/11 01:22:15 UTC

[jira] Created: (BEEHIVE-697) netui:image tag libraries documentation

netui:image tag libraries documentation
---------------------------------------

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


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

Twice: Once right after <netui:image> Tag and also in the description:
Current: Renders an HTML <image> tag with specified attributes.
Updated: Renders an HTML <img> tag with specified attributes.

Attributes:
1.  The following attributes do not have a Data bindable: value: 
  alt, height, hspace, longdesc, src, vspace, and width

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. longdesc does not have an attribute description: a long description of the image

4. tagId - see JIRA 637

Example:
5.  id is not a valid attribute of the <netui:image> tag.  
Current: <netui:image src="friends.jpg" id="Friends" height="150" width="175"/>
Updated:  <netui:image src="friends.jpg" tagId="Friends" height="150" width="175" />

The above example also needs to be updated in the PageFlow JavaDocs for Image
file:/docs/apidocs/classref_pageflows/org/apache/beehive/netui/tags/html/Image.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


[jira] Assigned: (BEEHIVE-697) netui:image tag libraries documentation

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

Carlin Rogers reassigned BEEHIVE-697:
-------------------------------------

    Assign To: Carlin Rogers  (was: Steve Hanson)

> netui:image tag libraries documentation
> ---------------------------------------
>
>          Key: BEEHIVE-697
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-697
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Reporter: Krista Baker
>     Assignee: Carlin Rogers
>      Fix For: V1

>
> <netui:image>
> file:/docs/apidocs/taglib/beehive.apache.org/netui/tags-html-1.0/image.html
> Twice: Once right after <netui:image> Tag and also in the description:
> Current: Renders an HTML <image> tag with specified attributes.
> Updated: Renders an HTML <img> tag with specified attributes.
> Attributes:
> 1.  The following attributes do not have a Data bindable: value: 
>   alt, height, hspace, longdesc, src, vspace, and width
> 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. longdesc does not have an attribute description: a long description of the image
> 4. tagId - see JIRA 637
> Example:
> 5.  id is not a valid attribute of the <netui:image> tag.  
> Current: <netui:image src="friends.jpg" id="Friends" height="150" width="175"/>
> Updated:  <netui:image src="friends.jpg" tagId="Friends" height="150" width="175" />
> The above example also needs to be updated in the PageFlow JavaDocs for Image
> file:/docs/apidocs/classref_pageflows/org/apache/beehive/netui/tags/html/Image.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


[jira] Closed: (BEEHIVE-697) netui:image tag libraries documentation

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


Verified fixed at svn revision 169890. 

Great job on all these docs Carlin! 

> netui:image tag libraries documentation
> ---------------------------------------
>
>          Key: BEEHIVE-697
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-697
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Reporter: Krista Baker
>     Assignee: Krista Baker
>      Fix For: V1

>
> <netui:image>
> file:/docs/apidocs/taglib/beehive.apache.org/netui/tags-html-1.0/image.html
> Twice: Once right after <netui:image> Tag and also in the description:
> Current: Renders an HTML <image> tag with specified attributes.
> Updated: Renders an HTML <img> tag with specified attributes.
> Attributes:
> 1.  The following attributes do not have a Data bindable: value: 
>   alt, height, hspace, longdesc, src, vspace, and width
> 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. longdesc does not have an attribute description: a long description of the image
> 4. tagId - see JIRA 637
> Example:
> 5.  id is not a valid attribute of the <netui:image> tag.  
> Current: <netui:image src="friends.jpg" id="Friends" height="150" width="175"/>
> Updated:  <netui:image src="friends.jpg" tagId="Friends" height="150" width="175" />
> The above example also needs to be updated in the PageFlow JavaDocs for Image
> file:/docs/apidocs/classref_pageflows/org/apache/beehive/netui/tags/html/Image.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


[jira] Resolved: (BEEHIVE-697) netui:image tag libraries documentation

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

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

>
> <netui:image>
> file:/docs/apidocs/taglib/beehive.apache.org/netui/tags-html-1.0/image.html
> Twice: Once right after <netui:image> Tag and also in the description:
> Current: Renders an HTML <image> tag with specified attributes.
> Updated: Renders an HTML <img> tag with specified attributes.
> Attributes:
> 1.  The following attributes do not have a Data bindable: value: 
>   alt, height, hspace, longdesc, src, vspace, and width
> 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. longdesc does not have an attribute description: a long description of the image
> 4. tagId - see JIRA 637
> Example:
> 5.  id is not a valid attribute of the <netui:image> tag.  
> Current: <netui:image src="friends.jpg" id="Friends" height="150" width="175"/>
> Updated:  <netui:image src="friends.jpg" tagId="Friends" height="150" width="175" />
> The above example also needs to be updated in the PageFlow JavaDocs for Image
> file:/docs/apidocs/classref_pageflows/org/apache/beehive/netui/tags/html/Image.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