You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by is...@cocoondev.org on 2004/09/05 04:02:34 UTC

[JIRA] Closed: (FOR-276) fork / jump functionality in document-v20

Message:

   The following issue has been closed.

   Resolver: David Crossley
       Date: Sat, 4 Sep 2004 9:01 PM

Many thanks again Rick. I tweaked the sample.xml to explain a bit more. Also changed the linked-to docs, because i am trying to work towards using this sample.xml in both the seed site and the main site docs.
---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-276

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-276
    Summary: fork / jump functionality in document-v20
       Type: Improvement

     Status: Closed
   Priority: Minor
 Resolution: FIXED

    Project: Forrest
 Components: 
             Forrest skins
   Fix Fors:
             HEAD
   Versions:
             HEAD

   Assignee: 
   Reporter: Rick Tessner

    Created: Sat, 4 Sep 2004 4:45 PM
    Updated: Sat, 4 Sep 2004 9:01 PM

Description:
Document V1.x had the <fork> and <jump> elements available for defining hyperlinks.  Document V2.0 removed those elements in favour of a single <a> element.

The attached patch will restore that functionality in Document V2.0 via the use of the class attribute on <a>.

<fork href="xyz.html"> in document v1.3 would become <a href="xyz.html" class="fork"> in document v2.0.

In the same manner, <jump href="xyz.html"> becomes <a href="xyz.html" class="jump">



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira