onAfterAreaAdd

fires after a select area was added

void onAfterAreaAdd(object area);
areaobjectthe area object

Example

$$('dtable').attachEvent("onAfterAreaAdd", function(area){
    // some code here
});

Details

The properties of the area object are:

  • start - (object) the id object of the left top cell, contains two parameters: the row id and the column id
  • end - (object) the id object of the right cell, contains two parameters: the row id and the column id
  • preserve - (boolean) defines if the previous select area should be saved, false by default
  • area_name - (string) optional, the name used to address to an area to change or to delete it
  • css - (string) optional, a css style for an area
  • handle - (boolean) optional, defines whether selection will be resized with or without a handle
See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix best ui framework and page of javascript data table product.