I realized that you should be able to use a regular WOHyperlink for this, and
that you don't need to use WOActionURL (unless I'm missing something from what
you said).
Hyperlink1: WOHyperlink {
fragmentIdentifier = "anchorName";
}
WOActionURL will return a valid URL as an NSString of WOHyperlink-like actions.
It's useful if you're writing things like JavaScript and you need to put a
generated URL in the code.
Ian
Marc Respass wrote:
> Hi Ian,
>
> I don't mean to sound ungrateful because I appreciate the reply but that was
> no help. The docs that I see in WOInfoCenter for WOActionURL are especially
> sparse and I don't see other documentation. From what I can tell,
> WOActionURL is like WOHyperlink. Can you offer a tip on using WOActionURL?
> How would I be able to get an anchor with WOActionURL?
>
> Thanks
> -Marc Respass
>
> > Check out WOActionURL.
> >
> > Ian
> >
> > ----- Original Message -----
> > From: Marc Respass <[EMAIL PROTECTED]>
> > To: Multiple recipients of list <[EMAIL PROTECTED]>
> > Sent: Sunday, February 28, 1999 12:55 PM
> > Subject: anchors?
> >
> >
> >>Hi,
> >>
> >>I have a page that's rather long and I'd like to have a couple of anchor
> >>tags for getting to the bottom sections of the page. I can add a relative
> >>anchor that works like a charm but the URL keeps changing when some action
> >>is taken that comes back to the same page. A little better explanation
> > would
> >>be that I have two detail tables displayed at the bottom half of the page.
> >>Each table is enclosed in a WOCollapsibleComponentContent - easily the
> >>hippest component in WO :). If I click the triangle to show the table, the
> >>URL for the page changes. I tried using appendToResponse, getting the URL,
> >>then adding an anchor tag but it didn't work out.
> >>
> >>Is there a way to get the complete URL for what the page returned is and
> >>then add the anchor to it?
> >>
> >>Thanks a lot
> >>
> >>--Marc Respass
> >>
> >>