You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org> on 2005/02/22 01:16:48 UTC

[jira] Created: (BEEHIVE-342) add text attribute to netui:anchor

add text attribute to netui:anchor
----------------------------------

         Key: BEEHIVE-342
         URL: http://issues.apache.org/jira/browse/BEEHIVE-342
     Project: Beehive
        Type: Improvement
  Components: NetUI  
    Versions: V1Beta    
    Reporter: Eddie O'Neil
 Assigned to: Daryl Olander 
    Priority: Minor


Using the <netui:anchor> tag, in order to get body text to showup between the <a></a> tags, the text must be embedded like:

  <netui:anchor href="foo.jsp">
    Go to foo
  </netui:anchor>

which results (generally) in <a href="foo.jsp>Go to foo</a>.  It'd be useful if there was a "value" or "text" attribute on the anchor so that the same thing could be expressed as:

  <netui:anchor href="foo.jsp" text="Go to foo"/>

which would eliminate the floating body text inside of the anchor tag.  

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (BEEHIVE-342) add text attribute to netui:anchor

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


Verified that the <netui:anchor> tag now includes a value attribute.
<netui:anchor href="foo.jsp" value="Go to foo"/> will act the same as the initial test without using the value attribute.  If value="" then the anchor contents will be used as the text value.

> add text attribute to netui:anchor
> ----------------------------------
>
>          Key: BEEHIVE-342
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-342
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Krista Baker
>     Priority: Minor

>
> Using the <netui:anchor> tag, in order to get body text to showup between the <a></a> tags, the text must be embedded like:
>   <netui:anchor href="foo.jsp">
>     Go to foo
>   </netui:anchor>
> which results (generally) in <a href="foo.jsp>Go to foo</a>.  It'd be useful if there was a "value" or "text" attribute on the anchor so that the same thing could be expressed as:
>   <netui:anchor href="foo.jsp" text="Go to foo"/>
> which would eliminate the floating body text inside of the anchor tag.  

-- 
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-342) add text attribute to netui:anchor

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

Alejandro Ramirez reassigned BEEHIVE-342:
-----------------------------------------

    Assign To: Krista Baker  (was: Alejandro Ramirez)

Please verify.

> add text attribute to netui:anchor
> ----------------------------------
>
>          Key: BEEHIVE-342
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-342
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Krista Baker
>     Priority: Minor

>
> Using the <netui:anchor> tag, in order to get body text to showup between the <a></a> tags, the text must be embedded like:
>   <netui:anchor href="foo.jsp">
>     Go to foo
>   </netui:anchor>
> which results (generally) in <a href="foo.jsp>Go to foo</a>.  It'd be useful if there was a "value" or "text" attribute on the anchor so that the same thing could be expressed as:
>   <netui:anchor href="foo.jsp" text="Go to foo"/>
> which would eliminate the floating body text inside of the anchor tag.  

-- 
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-342) add text attribute to netui:anchor

Posted by "Daryl Olander (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-342?page=history ]
     
Daryl Olander resolved BEEHIVE-342:
-----------------------------------

     Assign To: Alejandro Ramirez  (was: Daryl Olander)
    Resolution: Fixed

I added a value attribute to support this behavior.  When set, this value will override the body, unless it is set to the empty string ("").  

BVT: coreWeb/coretags/anchor/value

> add text attribute to netui:anchor
> ----------------------------------
>
>          Key: BEEHIVE-342
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-342
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Alejandro Ramirez
>     Priority: Minor

>
> Using the <netui:anchor> tag, in order to get body text to showup between the <a></a> tags, the text must be embedded like:
>   <netui:anchor href="foo.jsp">
>     Go to foo
>   </netui:anchor>
> which results (generally) in <a href="foo.jsp>Go to foo</a>.  It'd be useful if there was a "value" or "text" attribute on the anchor so that the same thing could be expressed as:
>   <netui:anchor href="foo.jsp" text="Go to foo"/>
> which would eliminate the floating body text inside of the anchor tag.  

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira