Wijmo UI for the Web
text Field

Determines the text that is displayed in the button.

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

See Also

Reference

ICommandButton Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.