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.
煎茶アーキテクト4-1のパネルに「ウェルカム」ラベルを表示するにはどうすればよいですか?ユーザーがログインすると、パネルに「ようこそ」+ユーザー名が表示されるはずです。
Ext.form.Label
Basic Event Binding
boxready
何かのようなもの:
var user = "1933654"; this.setText("Welcome" + user);