0

hypertext link

asked 2006-03-29 12:01:56 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3657419

By: nobody

How can I do a hypertext link with ZK?


delete flag offensive retag edit

5 Replies

Sort by » oldest newest

answered 2006-03-29 13:38:30 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3657567

By: nobody

http://en.wikibooks.org/wiki/ZK/How-Tos

link publish delete flag offensive edit

answered 2006-04-10 15:40:20 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3678615

By: rfrps

At the wiki only shows how-to add a hiperlink as a "button" or "toolbarbutton".
IA’d like to add a "label" and set the href property. And it should apear like a "listem", changin the icon when mouse over.
Can I do it ?

link publish delete flag offensive edit

answered 2006-04-10 15:45:14 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3678621

By: nobody

I see, I used the <HTML> tag, and create the usual link.
its work.

<vbox xmlns:h="http://www.w3.org/1999/xhtml">
<h:a forEach="${servicios}"
href="javascript:openwin('${each.url}','${each.id}','${rut}','${idCuenta}')">
${each.nombre}
</h:a>
</vbox>

link publish delete flag offensive edit

answered 2006-04-10 16:10:38 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3678659

By: rfrps

Gracias. Works!
But, a wanna can also use the "onClick" attribute on other cases. And doesA’t work this way.
Have you other idea ?

tks

link publish delete flag offensive edit

answered 2006-04-11 00:49:40 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3679886

By: tomyeh

You might try Client Side Action

<label action="mouseover: doSome();mouseout: soAnother()"/>

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2006-03-29 12:01:56 +0800

Seen: 442 times

Last updated: Apr 11 '06

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More