mailto or http link for data in forms
Posted: Tue Nov 27, 2007 8:20 am
I'm a total Dataface newbie, so I'm not sure I'm using the right vocabulary for this, but I would like to be able to display little icons or something in both the list view and the record view, so the user could make use of email addresses and URLs stored in the data.
I have a simple table, looking something like:
In the list view, the email addresses and URLs are "clickable" but they go to the record view. In the record view, they're not "clickable" at all.
I don't care too much about the format, but what's an easy way to put an icon or a bit of text (like "send mail" or "visit") next to the items so that the user can click on them and either invoke their email app or visit the web site?
Thanks very much. -Steve
I have a simple table, looking something like:
- Code: Select all
ID - name - emailaddress - website
------------------------------------------
1 Bill billg@microsoft.com http://www.microsoft.com
2 Steve sjobs@apple.com http://www.apple.com
In the list view, the email addresses and URLs are "clickable" but they go to the record view. In the record view, they're not "clickable" at all.
I don't care too much about the format, but what's an easy way to put an icon or a bit of text (like "send mail" or "visit") next to the items so that the user can click on them and either invoke their email app or visit the web site?
Thanks very much. -Steve