Get up to 25% discount and start web development journey with Webix 11 25 26 27 28 29 30 1 2 3 4 5 6 7 8

WEBIX JAVASCRIPT LIBRARY BLOG

UI development best practices, front-end programming tips and news to speed up your Web development.

Follow us:

Write for us: learn about our guest posts guidelines.

Easy-to-use Live Coding Tool for Webix UI

Are you looking for an easy-to-use tool for fast prototyping? Would you like to share your UI experiments in popular social nets?

Webix presents a live coding tool “Code Snippet” that allows you to code UI with Webix and see the results of your work immediately.

snippet

This tool enables you to code in JavaScript and HTML, load data in JSON and XML formats or apply 6 Webix skins to decorate your UI.

Webix 1.4: Advanced Data Selection and Real-time Server Communication

Greet new Webix 1.4 that will delight you by new data selection controls, real-time server communication and other fixes and improvements.

New Data Selection Controls

With Webix 1.4, you can enhance the functionality of your HTML select controls.

Data-suggest allows you to use rich media as select options. You can use images or any other complex html content as select options and in the select itself.

data-suggest

View demo

Skin Builder – Online Tool for Skin Assembling

Good news! Now you are able to define custom colors and fonts for a web interface created with the Webix library. We are releasing Webix Skin Builder – online tool, which you can use for interface customization.

IMG_18122013_164425

 

You may choose one of the eight predefined color schemes from the list of base skins (air, compact, clouds, glamour, light, metro, terrace and web) or create your own web app style.

Webix 1.3 Was Released with New 6 Skins and New UI Elements

Webix Team is happy to announce the release of Webix 1.3 with great updates and improvements. This version adds 6 new skins for Webix components, new ui elements and a few widgets improvements.

New Skins

With various 6 Webix skins, you can make your apps looking serious or on the contrary glamorous, soft or very bright. We tried to create the skins that will satisfy various style requirements. Moreover, you can change any skin element the way you like.

6_webix_skins

Integration with Third-Party Charts

It’s common knowledge that chart is a convenient tool for arranging and manipulating information. Charts can present large amounts of data in a simple schematic way. Keeping up with the times, Webix Library offers a possibility to integrate with popular charts of such Javascript libraries as D3, Raphael, Sigma and JustGage. At the same time, Webix has a collection of its own charts.

Building Chart View

You don’t need to write a lot of code in order to add third-party charts into a Webix application since it’s done with the help of dedicated Webix components.

However, these components aren’t included into the default lib package, so you have to download a JS file for the needed component from Webix open repository of helpers.

This special javascript file will connect your app to the necessary chart and autoload all the corresponding chart files.

1 58 59 60 61 62 64