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.
如何在 sencha architect 4-1 的面板中显示“欢迎”标签?当用户登录时,他们应该能够在面板中看到“欢迎”+用户名。
Ext.form.Label
Basic Event Binding
boxready
就像是:
var user = "1933654"; this.setText("Welcome" + user);