@eclipse-scout/core
Version:
Eclipse Scout runtime
11 lines • 436 B
TypeScript
/// <reference types="jquery" />
import { FormField, KeyStroke } from '../../index';
/**
* Selects all text in the field when pressing ctrl-a rather than selecting all text of the document.
*/
export declare class SelectAllTextInFieldKeyStroke extends KeyStroke {
field: FormField;
constructor(widget: FormField);
handle(event: JQuery.KeyboardEventBase): void;
}
//# sourceMappingURL=SelectAllTextInFieldKeyStroke.d.ts.map