EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: destony on December 30, 2016, 02:44:28 AM



Title: To create list button component
Post by: destony on December 30, 2016, 02:44:28 AM
I want to create new compoent extend from text box as below:
  (http://a3.qpic.cn/psb?/V14GqMNC1kIRes/0yfUrudW8MurMlPujlUqUQ3UuN.AXfK6SlVMY4vQUqY!/b/dGcBAAAAAAAA&bo=vAAjAAAAAAADALo!&rf=viewer_4)

when click the arrow-down icon ,i want implement the following job:
    prompt one grid like following:
      (http://a3.qpic.cn/psb?/V14GqMNC1kIRes/K6fcMNzzDNllf1Zwn8PsPGckGQoogXGb366NNTBsvF4!/b/dGcBAAAAAAAA&bo=hwFEAQAAAAADAOY!&rf=viewer_4)
the grid data should based the property of url to get

Now i have to write js code in each screen to create this list grid.I want to create one common component to save the coding time.