TextField that renders a link

2010-06-04 Thread Josh Chappelle
Does anyone know of a TextField component or perhaps a Behavior that can be added to a TextField that will render a link when the user types a URL into it? Thanks, Josh

Re: TextField that renders a link

2010-06-04 Thread Mauro Ciancio
Hello, An option is to create a panel that inside of it has two components, a textbox and a link. Via ajax you can update the textbox's model and show the link if needed. I don't know if there is a pre-made component with that functions, but I've wrapped two components into a panel and it