Re: Creating links a la Html helper in a component

2007-02-14 Thread Rosie F.
psychic, I don't think you're really understanding my problem/ question. If the data was corrected by the controller (via a component or whatever) before it hit the view, you'd have to do nothing to the HtmlHelper. That's what I'm doing. I'm correcting the data at the controller. I don't

Creating links a la Html helper in a component

2007-01-17 Thread Rosie F.
Hello all, I have a need to create links (both regular and images) from within the controller/component side of things. Normally of course we would use the Html helper to make links. But for this particular need I have, the links must be created before sending to the view. Is there a

Re: Creating links a la Html helper in a component

2007-01-17 Thread Rosie F.
AM, Rosie F. wrote: Hello all, I have a need to create links (both regular and images) from within the controller/component side of things. Normally of course we would use the Html helper to make links. But for this particular need I have, the links must be created before sending

Re: Creating links a la Html helper in a component

2007-01-17 Thread Rosie F.
Of course, you could also try to fix TinyMCE so the paths are correct from the source... ;) That would be my preferred method, but if I change the paths in TinyMCE, then it will not display the images in WYSIWYG mode. It needs the physical path to preview assets in WYSIWYG mode. So if the