//Text文本框 ;RoadUI.Text = function () { var instance = this; this.init = function ($texts) { initElement($texts, "text"); }; }