Integrating webix in Codeigniter

Hi,
I want to integrate/implement this webix library into the my Codeigniter project, how I can implement it ? please help.

The library is fully client side and just load data for the component from the server side.

So you can use the default approach show in samples. Instead of static json files with data you will use codeigniter controllers - they will connect to DB, select data and return it back as JSON

webix.ui({
  view:"list", url:"/mycontrooler/action"
})

We are developing a large application with the Codeigniter framework and are very interested in using your controls in our project. As we are unfamiliar with WebIx, your answer above is a bit unsatisfying.

Can you provide a complete or semi-complete example of using WebIx in a CI View with a CI Controller.

Regards, Jean.
jean.junker@syntergysystems.net

I think you can use REST lib

and webixjet for frontend