Hello,
My name is Juned, I want to learn webix, i was install it with zip file and extract it. and after that how i can start webix ? and what editor to write a code ?
Please guide me to start webix
Hello Juned,
There are several tutorials that can help you to get acquainted with Webix:
- http://docs.webix.com/tutorials__start_coding.html
- http://docs.webix.com/tutorials__quick_start.html
All the coding can be done in any text editor that is capable of syntax highlighting (just for convenience sake) . It’s recommended to use HTML5 doctype. Basically, these are all requirement for the workspace.
You can as well go through the interactive tutorials http://webix.com/tutorials/
If I may recommend an editor, I use Brackets for most of my web applications.