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.
我想添加一个clock类似的动画时钟来显示,同时用数据填充特定的表单。谁能告诉我这是怎么做到的。
clock
当表单开始加载时,我会显示一个带有时钟图像的小窗口,然后在加载数据后关闭该窗口。我认为这不是正确的方法,所以有人可以告诉我如何完成这项工作。
您可以使用表单的 setLoading 方法。看着:
http://docs.sencha.com/ext-js/4-1/#!/api/Ext.form.Panel-method-setLoading