evolution framework

Evolution Framework Blog

Web browser client logging

April 15, 2015 by Matija Tomašković in Engine

In web applications, typically logging is done on web server.However, if there are errors in JavaScript code in web browser such errors are only visible to end user using web browser. Depending on web browser and web browser settings end user might be alerted with confusing error message or such error will be "invisible" for user ending up in console log which is typically not... Read more

Slider

March 24, 2014 by Marko Kramar in Controls

Slider is a new Evolution Framework's control which enables user to dynamically and visually define a numeric value via slider handle. This can be used, for example, when defining an order quantity or a price while purchasing a product. Control itself can be dragged to Evolution Framework's visual editor area, like any other Evolution Framework's control. When placed on the... Read more

Control search

February 06, 2014 by Marko Kramar in Plugins

As number of controls in Evolution Framework visual editor grows larger and larger, it can take some time to find a specific control you need for your form. Control search feature enables you to quickly find a specific control you want to use. By entering any part of the control name in the searchbox, a new category called Search results shows below and will be updated in... Read more

Menu search

February 06, 2014 by Marko Kramar in Plugins

Evolution Framework's menu can contain many options which makes it difficult to navigate to the specific menu item you want to use. Menu search enables you to enter a screen name in the searchbox and to quickly find all screens that contain that word. It works in realtime, i.e. with every keystroke it automatically offers a dropdown list with matched parts of each screen name... Read more

Copy Paste

October 23, 2013 by Daniel Strmečki in Plugins

Copy Paste is a new plugin for Evolution Framework visual editor. This plugin enables copy-paste functionality on all form elements like containers, labels, inputs, grids and advanced controls. Just select one or more controls that you want to copy and then press the copy button. Copied controls will be automatically added to the private clipboard items list, and from that... Read more