Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

[Resolved]Problem with Width of Pop-up window


Go to End


3 Posts   1344 Views

Avatar
lise

Community Member, 47 Posts

16 March 2010 at 8:28am

Edited: 16/03/2010 12:13pm

Hello,

I have just installed the latest version of DataObjectManager (Date 2009-03-10 ) and I run SS 2.3.3.

The pop-up window I get when adding or editing an entry is very narrow : smaller than a textfield and smaller than the
SimpleTinyMCEField it contains. I am pretty sure it was not the case with the previous version I was running but I can't
remember which one it was (it was still on SilverStripe 2.3.3 though)

It is possible to see the whole fields by scrolling but this is terribly inconvenient and I 'd like to find a way to increase
the width of the pop-up window so the whole editor is visible at once. Is it configurable?

Note that I tried with different browsers but get the same result.

Thanks in advance for your help.
Lise

Avatar
UncleCheese

Forum Moderator, 4102 Posts

16 March 2010 at 10:54am

$myDom->setPopupWidth($your_width);

Avatar
lise

Community Member, 47 Posts

16 March 2010 at 12:13pm

perfect - Thank you!