Class Index | File Index

Classes


Class Element

Elementインターフェイスの拡張です。Mozillaの提案ベースでの実装例が多いので、記述をMozillaWikiにあわせます。
Defined in: Element.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
コンストラクタ。
Field Summary
Field Attributes Field Name and Description
 
iframe Elementのみ有効。
Method Summary
Method Attributes Method Name and Description
 
ブラウザと指定のElementのフルスクリーン化を非同期で要求します。
 
ブラウザと指定のElementのフルスクリーン化を非同期で要求します。
Event Summary
Event Attributes Event Name and Description
 
フルスクリーンの状態が変更になったときに呼び出されます。
Class Detail
Element()
コンストラクタ。
See:
Elementインターフェイスの拡張(W3C)
Gecko:FullScreenAPI(MozillaWiki)
Native Fullscreen JavaScript API(plus jQuery plugin)(JOHN DYER'S CODE)
Field Detail
{boolean} allowfullscreen
iframe Elementのみ有効。
Method Detail
requestFullScreen()
ブラウザと指定のElementのフルスクリーン化を非同期で要求します。
Since:
Chrome 15(Dev)+, Safari 5.1+ webkitRequestFullScreen,
Firefox ? mozRequestFullScreen,
W3C requestFullscreen

requestFullScreenWithKeys()
ブラウザと指定のElementのフルスクリーン化を非同期で要求します。
Event Detail
onfullscreenchange(event)
フルスクリーンの状態が変更になったときに呼び出されます。
Parameters:
{Event} event
Since:
Chrome 15(Dev)+, Safari 5.1+ onwebkitfullscreenchange,
Firefox ? onmozfullscreenchange

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Nov 07 2011 00:43:45 GMT+0900 (JST)