0

Graphical Tree Layout

asked 2011-12-09 09:08:42 +0800

perfomance gravatar image perfomance
51

Hi,
How can we gererate graphical tree like displayedin below link in ZK with all bowser compatible?If anyone have idea please share it...
http://www.codeproject.com/KB/scripting/graphic_javascript_tree.aspx

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2011-12-27 11:32:05 +0800

gcnew gravatar image gcnew
27

updated 2011-12-27 11:34:35 +0800

This seems to me a very graphically complex tree. There is no component with this exact functionality. You can however include the JavaScript & styles that generate it in index.zul:

<style src="sourceToCss.css" ></style>
<?script src="sourceToScript.js" ?>

Then you should be able to control the tree with server side code using Clients.evalJavaScript

You may also be interested in this. Although specific to the Script component it may be used to see how to include native tags.

Best Regards,
gcnew

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: 2011-12-09 09:08:42 +0800

Seen: 383 times

Last updated: Dec 27 '11

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