ブラウザ全体の幅 - 高さではなく、1つの要素にのみloadMaskを適用するにはどうすればよいですか?
デフォルト
extjs内の1つの要素にloadMask()を適用しますか?
ここでは、一つだけの要素がマスクされ、メッセージボックスは、ディスプレイ全体この要素の内部ではなく、中央にある...
任意のアイデア?
EDIT:
@Molecule、感謝しますが、データはいくつかのソースからロードされたとき、これは、何が必要なのである。
{
xtype:"button",
text:"Alert",
handler: function(){
Ext.Msg.show({
title:'Save Changes?',
msg: 'You are closing ?',
buttons: Ext.Msg.YES,
setLoading: // here somehow only mask parent element, and position alertBox...
}
}
要素については言いますが、それらはコンポーネントです。 –
@Chris、そうです[コンポーネント](http://docs.sencha.com/ext-js/4-1/#!/api/Ext.Component): –