摘要:
//textbox typevar boxType = { WaterMarkBox: 0, ValidateBox: 1, SearchBox: 2}var textBoxObj = function(vid){ this.id = vid; //textbox's id this.validateString = ""; //validate string this.waterMarkString = "please fill the content"; //watermark string this.width = 300; //textb 阅读全文