relatedView

id of view, that will be affected by relatedAction operation

string relatedView;

Example

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

Наверх