Documentation in progress: please use the 3.4 Reference Manual.

Name

videolibraryicon

Synopsis

LZX: videolibraryicon
JavaScript: lz.videolibraryicon
Type: Class
Access: public
Topic: Extensions.Audio-Video
Declared in: lps/components/av/videolibraryicon.lzx

Superclass Chain

node (LzNode) » view (LzView) » videolibraryicon

Known Subclasses

Details

Properties (4)

icon
<attribute name="icon" type="string" value="video_no_icon_rsc" />
public var icon : String;
maxHeight
<attribute name="maxHeight" value="48" />
public var maxHeight;
over
<attribute name="over" value="false" />
public var over;
selected
<attribute name="selected" value="false" />
public var selected;

LZX Synopsis

<class name="lz.videolibraryicon" extends=" LzView ">
  <attribute name=" icon " type="string" value="video_no_icon_rsc" />
  <attribute name=" maxHeight " value="48" />
  <attribute name=" over " value="false" />
  <attribute name=" selected " value="false" />
</class>

JavaScript Synopsis

public lz.videolibraryicon extends  LzView  {
  public var icon  : String;
  public var maxHeight ;
  public var over ;
  public var selected ;
}