Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 extjs 的初学者。我正在做一个应用程序,它有多个页面,一次显示一个页面。从按钮中的初始页面单击我想显示下一页。我可以在卡片布局中做到这一点.如何在其他布局中做到这一点。
卡片布局可帮助您交换页面(使一个页面可见,而其所有兄弟页面不可见)。这意味着在其他布局中,您必须手动完成。
你有理由使用不同的布局吗?