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.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,