0
페이지가로드되면 TabPanel의 모든 패널이 자동로드됩니다. 나는 그것을 원하지 않는다. 이 탭을 클릭 한 후 Panel을로드하는 방법은 무엇입니까?Tab extjs를 클릭 한 후 TabPanel에서 Panel을로드하는 방법?
이 들어 <ext:Panel runat="server" ID="pnlQLDB" Border="false" Layout="fit">
<Items>
<ext:TabPanel ID="TabDB" Border="false" runat="server">
<Items>
<ext:Panel ID="panTest" Border="false" runat="server">
<Content>
<uc:NHQH ID="NHQH" runat="server" />
</Content>
</ext:Panel>
<ext:Panel ID="panTest1" Border="false" runat="server">
<Content>
<uc:NSQHCLY ID="NSQHCLY" runat="server" />
</Content>
</ext:Panel>
<ext:Panel ID="panTest2" Border="false" runat="server">
<Content>
<uc:NSQTLS ID="NSQTLS" runat="server" />
</Content>
</ext:Panel>
</Items>
</ext:TabPanel>
</Items>
</ext:Panel>