RoadFlow2.1 临时演示

roadui.text.js 158B

123456789
  1. //Text文本框
  2. ;RoadUI.Text = function ()
  3. {
  4. var instance = this;
  5. this.init = function ($texts)
  6. {
  7. initElement($texts, "text");
  8. };
  9. }