Songbird Web Page API |
sbIPlaylistClickEvent.idlSummary
PlaylistClickEventA PlaylistClickEvent is passed to any event handlers listening for the PlaylistCellClick event fired on the document object. This event object also has some of the properties of MouseEvent. Note that the Songbird object must be accessed before any events will be raised. This will likely change in the future. Fired ondocument Properties inherited from MouseEvent
Properties inherited from MouseEvent, but not usedscreenX screenY clientX clientY relatedTarget view detail Examplefunction onPlaylistCellClick( aEvent ) { See AlsoMediaItem http://developer.mozilla.org/en/docs/DOM:event http://developer.mozilla.org- /en- /docs- /DOM:element.addEventListener propertyThe name of the property (column) that was clicked on e.g., “http://songbirdnest.com/data/1.0#trackName". See MediaItem::getProperty() for standard properties. itemThe MediaItem that corresponds to the row clicked on. |