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.

Grow with Webix: Real Showcase from Glasslink Company

Good day everybody!

Today we begin to publish new articles that describe the real use cases which were made with Webix by our customers. And the first article was presented by our customers Lars Kjebekk and Yuriy Klyuch from the Glasslink company.

“My name is Lars Kjebekk and I run the company called Glasslink. We specialize in glass and facade consultancy and also do some custom IT solutions. I have worked a lot with automating processes to improve efficiency and also provide the end users with better service.

Glasslink was contacted by Polyteknikk as they wanted to bring their service to the web. Polyteknikk is a manufacturer of professional tag signs for offshore, building and other fields that require technical marking.

The final result is //myglasslink.no/webix25/polyteknikk2/index.html

The idea was to create a web portal where customers could login and design their signs online.

After a lot of sketching and brainstorming, we ended up with a 4 step wizard to design the signs. We have also implemented dynamic image view that shows the changes in colors, fonts, shapes, etc. in real time.

Design Wizard View

WebixShowcase

Highlight your company with Webix

Hi, everyone!

They say that Monday is a tough day. We say that Monday is a right time for new beginning. That is why today we decided to start our new project, in which everyone, who deals with Webix, can participate.

Highlight your company with Webix

 

I think, you will agree that before you buy a product or a service, it would be cool to read the reviews of people who have already used it. And if we are talking about building applications, it would be nice to see real cases that have already been created. That is why every week in our blog we will publish an article that describes a real use case which was made with Webix by our customers.

Everyone, who has a product or an application made with Webix library! If your project is not internal, confidential or private, and you want to share it publicly and highlight your company in our blog – my email is open for your cool articles.

What we expect to get: a full description of your product, for what purpose and for whom it was developed, 3-5 screenshots, as well as the information about your company (link to the website or your blog, your company’s name and the name of the product), and any additional information you want to share.

By the end of this year we will publish all the articles. Then we will choose the most interesting application or solution based on Webix JavaScript UI library and announce the winner.

Hurry up, maybe exactly your app is the most interesting one!

Working with nested data in Webix UI

We all like to use simple apps where an interface is easy and straight. Creating such apps is a breeze, just put some HTML tags, add a UI framework of your choice, something like Bootstrap, for example, and the app is ready. In real every-day development, things are bit different. It is common for a business app to work with complex data, that requires some advanced UI to represent it. A nested data is one of such use-cases. There is no a ready to use solution to show such kind of data in raw HTML or in Bootstrap. For such kind of task, you need a more powerful tool. Something like Webix UI.

Tree

The simplest widget that can be used to show nested data is a Tree. It is common UI element for desktop apps, but still rare in web apps. Webix Tree has all common functionality of tree widget; it allows to represent the hierarchical data as a tree, where branches can be expanded or collapsed. Additionally, Webix Tree is really fast. It renders thousands of items in less than 1 second. And if that is not enough, you can utilize a dynamic loading feature to load data on demand.
webix.ui({
view: "tree", data: nested_data
});
 
Webix Tree

Webix Jet – a better way to build web apps

Making a web application should be easy.

While developing Webix, we have tried to create components that simplify the development of web applications. Fast, clear, customizable; Such are the components we needed for our projects.

However, it was not enough. Every time we were developing new applications, we invented new solutions about how to keep the code, how to organize navigation, how to work with the server-side code and lots of other boring tasks. After a while, we decided that enough is enough. Eventually, all the best practices for developing on Webix were combined into a micro-framework. So, that’s how Webix Jet was born.

webix jet micro framework

 

What is Webix Jet

Webix Jet is a micro framework for a single-page application. As you probably know, Webix is a library of diverse and separate UI components. Webix Jet is a framework which allows you to combine and reuse them all and to create and develop your perfect app with minimal code footprint and without stress.

It is very light in weight (less than 10 kb of code ), works with any back end (NodeJs, PHP, .Net ) and can be used for both Desktop and Mobile apps.

Path to Webix 4.0

You may already be aware of the release of Webix 3.0 only one week ago with more new cool features. That doesn’t mean that we are going to rest on our laurels. What it means is that we have already started working on the next Webix update.

Webix roadmap

 

To tell the truth, not all features that were planned for version 3.0 were included in the final release. We were a bit over-optimistic with our previous estimates. Nevertheless, features missing in version 3.0 have not been discarded and will be included in our next updates.

Webix UI

Version 3.1 (the date of release is the end of November) will contain the long-expected side-menu component and auto-sizing functionality for menu and buttons (that is mandatory for any multilingual app).

What is more, the next version will have layouts with absolute float positioning and data-map component that will allow you to visualize complex data similar to the next:

1 2 3 4 5 9