0

Window overlaped with google map? gmaps component

asked 2011-05-23 17:08:53 +0800

zippy gravatar image zippy
504 1 2

updated 2011-05-23 17:09:16 +0800

Hi, i try to have a gmaps component in a window overlapped, but , i receive a error " org.zkoss.zul.Script cannot be cast to org.zkoss.zul.Window "

<script src="http://maps.google.com/maps?file=KEY" type="text/javascript" >
    </script>

These code is the "problem" but is required for the component.

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2011-05-23 17:31:29 +0800

zippy gravatar image zippy
504 1 2

solved :P

i copy the code in the main window :P

link publish delete flag offensive edit

answered 2012-06-08 20:45:24 +0800

mabio gravatar image mabio
3 1

updated 2012-06-08 20:50:16 +0800

If anyone still had doubts!

change from

<zk>
<script src="http://maps.google.com/maps?file=KEY" type="text/javascript" ></script>
<window id="............

to

<zk>
<window id="............
<script src="http://maps.google.com/maps?file=KEY" type="text/javascript" ></script>

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-05-23 17:08:53 +0800

Seen: 319 times

Last updated: Jun 08 '12

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