03-16-2015 07:30 AM
03-17-2015 04:14 AM
// Register the ESC key to close the dialog
if (!this.widgets.escapeListener)
{
this.widgets.escapeListener = new KeyListener(this.pickerId,
{
keys: KeyListener.KEY.ESCAPE
},
{
fn: function ObjectFinder_onAddButtonClick_fn(eventName, keyEvent)
{
this.onCancel();
Event.stopEvent(keyEvent[1]);
},
scope: this,
correctScope: true
});
}
this.widgets.escapeListener.enable();
03-18-2015 05:45 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.