Panel problem in easyui_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:22:42
Original
1212 people have browsed it

easyui interface panel scalable panel defaults

I have been using easyui to write the backend interface during this period, and I encountered a lot of problems. I looked at the documentation and asked Teacher Gu. Basically it’s okay, but it’s not. It's ideal. I have a question first. I hope someone can help me. It's how to make the panel (scalable panel) to be fully closed by default. Clicking on the corresponding node will open it.
ps: I used 2 One panel is open by default and the other is not open by default.
Please reply...

Reply to the discussion (solution)

No one replied? Really not? Yes,

There is a shutdown attribute in the API. .

Under JS control, it can be directly set to closed when it is defined -

There is a closed attribute in the API. .

Under JS control, can it be set to closed directly when defining it? -
Is there? It seems not? I have tried it, and the default one is the first one to open. How to set it to close in js What?

$("#id").panel("close") No? Remember there is a close attribute. Look for it on the API.

$("#id").panel("close") doesn't work? Remember there is a close attribute and look for it on the api
EN It seems ok, thank you,

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!