You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
372 B

/***********************************************************
Copyright <20> 2004, Yusuf Wiryonoputro. All rights reserved.
************************************************************/
function ListEditor(oName)
{
this.items
this.oName = oName;
this.listClick1 = listClick1;
this.listClick2 = listClick2;
this.RUN = RUN;
this.add = add;
this.remove = remove;