@eclipse-scout/core
Version:
Eclipse Scout runtime
14 lines • 583 B
TypeScript
import { AbstractLayout, SmartField } from '../../../index';
/**
* This layout only layouts the INPUT and DIV part of the multi-line smart-field, not the entire form-field.
*/
export declare class SmartFieldMultilineLayout extends AbstractLayout {
smartField: SmartField<any>;
htmlPropertyChangeHandler: () => void;
rowHeight: number;
constructor(smartField: SmartField<any>);
protected _initDefaults(): void;
protected _onHtmlEnvironmentPropertyChange(): void;
layout($container: JQuery): void;
}
//# sourceMappingURL=SmartFieldMultilineLayout.d.ts.map