Wijmo UI for the Web
editCommand Field

Type: wijmo.grid.ICommandButton

Represents options of an Edit command button.

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.grid.IC1CommandBtnFieldOptions;
var value; // Type: ICommandButton
value = instance.editCommand;
Javascript (Specification) 
var editCommand : ICommandButton;
Example
$("#element").wijgrid({
   columns: [{
      editCommand: {
         text: "Edit!"
      }
   }]
});
Browser Compatibility
7
5
5

See Also

Reference

IC1CommandBtnFieldOptions Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.