Hi all,
I'm trying to create a link with the following code:
${NSD_Createlink} 20u 60u 230u 12u "http://www.myweb.cz"
A blue texted button appears (that's OK) but:
- Cursor over button is still of arrow type, not like a hand (or something signaling a hypertext).
- When I click the text button, nothing happens.
How to make it work?
Thanks.
LuP
Hyperlink button problems
4 posts
You have to add an OnClick callback function to respond to the user click. Hand sign is not currently working. It's still missing from nsDialogs.
... OK, thanks. LuP
Originally posted by kichikI've submitted a patch that gets the hand working for link controls:
Hand sign is not currently working. It's still missing from nsDialogs.
http://sourceforge.net/tracker/index.php?func=detail&aid=2004129&group_id=22049&atid=373087
The patch also includes RichText macros and documentation.