Documentation

relatedAction

action to call when value of cell changes

string relatedAction;

Example

webix.ui({
   view:"checkbox", relatedAction:"show", relatedView:"detailsArea"
})

Details

Possible values are "show", "enable"

Back to top