fires when the user presses the "Enter" button inside of an input item
id | string|number | id of an item |
value | number | the text that the user types in an input item |
myRibbon.attachEvent("onEnter", function(id, value){
//your code here
});
Back to top