Sérénité.IS Centre Open Dialogue Open

protected onDialogOpen(): void {
	super.onDialogOpen();
	$(".s-MyModule-MyEntityDialog").width('2000px').position({
		of: $(window)
	});
};
Tommy