0

Minimize Panel

asked 2008-10-03 21:10:22 +0800

prashanth gravatar image prashanth
24

Hi,

I am trying out the new panel component in ver 3.5.0. All the features work fine but when i minimize the panel, the panel disappears. How can i make it appear again ?

The close button also does the same. Is there any difference between the minimize and close ?

Thanks
Prashanth

delete flag offensive retag edit

5 Replies

Sort by ยป oldest newest

answered 2008-10-06 04:02:36 +0800

jumperchen gravatar image jumperchen
3909 2 8
http://jumperchen.blogspo... ZK Team

updated 2008-10-06 04:04:02 +0800

Only API can do it.
For example,

<zk>
<button label="appear/disappear" onClick='panel.minimized = !panel.minimized;'/>
<panel id="panel" title="Panel" border="normal" minimizable="true"  width="200px" height="200px">
<panelchildren>
Here is a panel.
</panelchildren>
</panel>
</zk>

Close will detach this component, but Minimize won't

link publish delete flag offensive edit

answered 2008-10-08 20:28:01 +0800

prashanth gravatar image prashanth
24

Hi Jumper,

Thanks ... i will try it out ... It will be very cool if i the minimized panel docks at the top, bottom or side of the screen and i can restore it from the UI without having to do it programatically ... an example is meebo ... the messenger windows neatly dock at the bottom so that i can have many chat windows open at the same time ...

Thanks
Prashanth

link publish delete flag offensive edit

answered 2008-10-09 08:05:12 +0800

sousa1981 gravatar image sousa1981
573 4

+1

Minimize button is not doing is job (Visual Minimize the windows), such as do Maximize button, isn't it?

link publish delete flag offensive edit

answered 2008-10-09 08:49:14 +0800

jumperchen gravatar image jumperchen
3909 2 8
http://jumperchen.blogspo... ZK Team

Hi all,

According to our original idea, we want to design the minimize animation as Windows Desktop to store them on a tool bar, and then click them to restore the component.
So far we did not find a good way to design such component and make it more generic.
However, you can do the same way to express such concept by yourself.

Do you have any good idea?

link publish delete flag offensive edit

answered 2008-10-09 15:22:22 +0800

sousa1981 gravatar image sousa1981
573 4

Jumper,

Now I catch the minimize button with Windows Desktop is bottom toolbar.

I think that what people need with minimize button is what collapsible="true" do when using Panel Component.

Now I really understand the purpose of minimize button.

Thanks

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: 2008-10-03 21:10:22 +0800

Seen: 694 times

Last updated: Oct 09 '08

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