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.
パネル内に透かし (画像) を挿入 (および整列) するにはどうすればよいですか。Ext JS 4.1.1 を使用しています
そのために css を使用できます。パネルにプロパティを追加clsします。
cls
cls: 'watermark'
そして、css ファイルで次のように定義します。
.watermark { background-image: url('your file'); background-repeat: no-repeat; background-position: right bottom; }