0

how include zk components or ZUL in html

asked 2014-11-19 12:26:38 +0800

VarawithZK gravatar image VarawithZK
1

I am tying to include ZUL page in a html page. I have to include this ZUL while a popup dialog opened on button click. But i am not getting this ZUL page in popup dialog.

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-11-19 16:14:47 +0800

cyiannoulis gravatar image cyiannoulis
1201 10

I think this simple thing will do the trick:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>

<style type="text/css">
html, body {
    height:100%;
}
</style>

</head>
<body>

<iframe src="my-page.zul" style="border: none; width: 100%; height: 100%;">
</iframe>

</body>
</html>

Hope that helps

Costas

link publish delete flag offensive edit
Your answer
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
1 follower

RSS

Stats

Asked: 2014-11-19 12:26:38 +0800

Seen: 29 times

Last updated: Nov 19 '14

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