RoadFlow2.1 临时演示

roadui.select.js 166B

123456789
  1. //下拉选择
  2. ; RoadUI.Select = function ()
  3. {
  4. var instance = this;
  5. this.init = function ($selects)
  6. {
  7. initElement($selects, "select");
  8. };
  9. }