0

ZK Panel maximized="true" Issue?

asked 2014-06-09 13:35:50 +0800

sjoshi gravatar image sjoshi flag of India
3493 1 8
http://zkframeworkhint.bl...

updated 2014-06-09 13:37:56 +0800

Here are code sample

 <?page title="new page title" contentType="text/html;charset=UTF-8"?>
    <zk>
        <portallayout id="portalLayout" maximizedMode="whole" style="background-color: white; margin-top: 5px;" apply="pkg$.MaximizeComposer">
            <portalchildren id="pc1" width="33%" droppable="icone" height="310px">
                <panel id="monPanel" title="test iframe" border="normal" closable="true" collapsible="true" height="200px" maximizable="true"
                      maximized="true" >
                    <panelchildren>
                        <iframe id="monIframe" src="test1.zul" />
                    </panelchildren>
                </panel>
            </portalchildren>
            <portalchildren id="pc2" width="33%" droppable="icone" height="310px" />
            <portalchildren id="pc3" width="33%" droppable="icone" height="310px" />
        </portallayout>
    </zk>

If i am adding maximized="true" Its creating issue in Fiddle as well, Processing Window not disappearing and in local

Failed to mount: Unable to get value of the property 'indexOf': object is null or undefined
delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-06-11 08:42:31 +0800

elmetni gravatar image elmetni
145 7

try to add minimizable="true" in panel if you want to minimize it you should add open="false" or setOpen(false)

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-06-09 13:35:50 +0800

Seen: 14 times

Last updated: Jun 11 '14

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