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