Setting widget designer width
I have a custom widget designer with an image selector, however when a large image is selected and previewed the image goes outside the bounds of the modal.
Does anyone know if it's possible to specify a widget designers width?
Thanks in advance
May be i get you wrong. But, you can easily set width of widget designer popup through CSS. Example:
.sfPageEditor #RadWindowWrapper_PropertyEditorDialog width: 96% !important; height: 96% !important; top: 1% !important; left: 1% !important;