<fileuploadlist>
An internal-only helper class

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

A helper class for internal use for uploading multiple files. This component include a fileupload, an edittext for displaying browsed file name, a browse button, a remove button, and a progress bar.

This class is for internal use only. For uploading a single file, see <fileupload>. For uploading multiple files, see <mulitplefileupload>.

Attributes

Name (CSS property) Type (tag) Type (js) Default Category
erroroccured boolean boolean false read/write
  Error occured
maxsize expression any 15000 read/write
  Max file size unit: bytes
selected boolean boolean false read/write
  select file or not

Methods

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Name Description
oncomplete  
onerror  
onselect Events

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy