Search completed in 0.85 seconds.
7 results for "onStateChanged":
mozbrowserselectionstatechanged
MozillaGeckoChromeAPIBrowser APImozbrowserselectionstatechanged
the mozbrowserselectionstatechanged event is fired when the text selected inside the browser <iframe> content changes.
... example var browser = document.queryselector("iframe"); browser.addeventlistener("mozbrowserselectionstatechanged", function( event ) { if(event.details.visible) { console.log("the current selection is visible."); } else { console.log("the current selection is not visible."); } }); related events mozbrowserasyncscroll mozbrowserclose mozbrowsercontextmenu mozbrowsererror mozbrowsericonchange mozbrowserloadend mozbrowserloadstart mozbrowserlocationchange mozbrowseropenwindow mozbrow...
Element: MSManipulationStateChanged event - Web APIs
WebAPIElementMSManipulationStateChanged event
msmanipulationstatechanged fires when the state of an element being manipulated has changed (ie.
... examples // listen for panning state change events outerscroller.addeventlistener("msmanipulationstatechanged", function(e) { // check to see if they lifted while pulled to the top if (e.currentstate == ms_manipulation_state_inertia && outerscroller.scrolltop === 0) { refreshitemsasync(); } }); specifications not part of any specification.
MSManipulationEvent - Web APIs
WebAPIMSManipulationEvent
events msmanipulationstatechanged: event fires when the state of an element being manipulated has changed.
...ms_manipulation_state_cancelled: number; readonly ms_manipulation_state_committed: number; readonly ms_manipulation_state_dragging: number; readonly ms_manipulation_state_inertia: number; readonly ms_manipulation_state_preselect: number; readonly ms_manipulation_state_selecting: number; readonly ms_manipulation_state_stopped: number; } see also touchevent msmanipulationstatechanged microsoft api extensions ...
Event reference
WebEvents
mozbrowserselectionstatechanged firefox os browser api-specific sent when the text selected inside the browser <iframe> content changes.
... ussdreceived firefox os specific a new ussd message is received mscontentzoom microsoft specific msmanipulationstatechanged microsoft specific mspointerhover microsoft specific mozilla-specific events note: these events are never exposed to web content and can only be used in a xul chrome content context.
Browser API
MozillaGeckoChromeAPIBrowser API
mozbrowserselectionstatechanged sent when the text selected inside the browser <iframe> content changes.
Index - Web APIs
WebAPIIndex
1180 element: msmanipulationstatechanged event event, event:microsoft extensions, msmanipulationstatechanged, non-standard, reference msmanipulationstatechanged fires when the state of an element being manipulated has changed (ie.
Microsoft API extensions - Web APIs
WebAPIMicrosoft Extensions
touch apis element.mszoomto() mscontentzoom msmanipulationevent msmanipulationstatechanged msmanipulationviewsenabled mspointerhover media apis htmlvideoelement.msframestep() htmlvideoelement.mshorizontalmirror htmlvideoelement.msinsertvideoeffect() htmlvideoelement.msislayoutoptimalforplayback htmlvideoelement.msisstereo3d htmlvideoelement.mszoom htmlaudioelement.msaudiocategory htmlaudioelement.msaudiodevicetype htmlmediaelement.mscleareffects() htmlmediaelement.msinsertaudioef...