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

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

     [ 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