On Tue, 18 Apr 2000, you wrote:
> what is the status of the $links class? am i doing that or you?

I've been working on it. Essentially I think it can just extend
DynamicURI and add the setPage() method.

Thoughts?

Also, here's another issue that I've found.  Because $link is a
variable in the template there's only one instance. So if a page author
wants to create more than one link, the link will resolve to the
information in the last link of the page.  So, I've been trying to
think of an easy way to provide page authors with many links.
I've thought of a container the wraps a hashtable of links so authors
could set them by name in the page. Something like this:

$links("mainsite").setPage("/main.wm")
$links("helpform").setPage("/help.wm")

Any ideas on this?

  
Finally, what's the problem with line feeds in the code I'm sending.  I
notice that you've gotta correct it. What can I do to fix that?
I'm editing with Emacs/JDE on Linux.

-- 
dave
[EMAIL PROTECTED]
-----------------------
"I find it the same with all pleasures within my reach; unless
they cost me nothing, I find them insipid."
    Rousseau


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to