You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

onmouseoout イベントを受信するコールバック・ハンドラー

このハンドラーは jQuery Mobile またはジオチャートでは利用できません。

デフォルト値

ハンドラー無し

有効値

マウスがアイテムから離れた時に呼び出されるJavascriptファンクションの名前。このファンクションは、マウス下のリスト行と列が含まれたオブジェクト引数を受け取ります。

例:

     function onmouseoutHandler(evt) {
   alert("onmouseout handler: Row=" + evt.row + ". Column=" + evt.column);
}
  • No labels