24.10.3. カスタムのロード中インジケータ
ロード中インジケータを上書きして動画のアイコンやその他好きなもの何でも表示させることができます。
displayLoadingMessage() と hideLoadingMessage() の各メッセージを独自の実装で上書きしてこれを行います。
Seam.Remoting.displayLoadingMessage = function() {
// Write code here to display the indicator
};
Seam.Remoting.hideLoadingMessage = function() {
// Write code here to hide the indicator
};