on_render

a set of functions for custom editor types

object on_render;

Example

property.on_render["mycheckbox"] = function(value, config){
   var start = "<input type='checkbox' class='webix_property_check' ";
   return start+(value?"checked":"")+">";
};

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.