<videolibrarypopup>

JavaScript: lz.videolibrarypopup
extends <view> » <node> » lz.Eventable »

Attributes

Name (CSS property) Type (tag) Type (js) Default Category
atts expression any null read/write
   
description string String   read/write
   
pinMyXPos expression any 0.5 read/write
   
pinMyYPos expression any 1.0 read/write
   
pinX expression any this.yourX + (this.pinYourXPos * this.yourWidth) - (this.pinMyXPos * this.width) read/write
   
pinY expression any this.yourY + (this.pinYourYPos * this.yourHeight) - (this.pinMyYPos * this.height) read/write
   
pinYourXPos expression any 0.5 read/write
   
pinYourYPos expression any 0.0 read/write
   
popupHeight expression any this.f.height + 2 read/write
   
popupWidth expression any 300 read/write
   
title string String   read/write
   
type string String   read/write
   
url string String   read/write
   
yourHeight expression any 0 read/write
   
yourWidth expression any 0 read/write
   
yourX expression any 0 read/write
   
yourY expression any 0 read/write
   

Methods

popdown()
videolibrarypopup.popdown();
Parameter Name Type Description
   

popup()
videolibrarypopup.popup(v, atts);
Parameter Name Type Description
v    
atts    

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy