Posted
on Mar 10, 2010
(permalink)
Hi there,
The Problem
I was able to add a WebUITypeEditor and create a RadEditor to input text content. This is great because it is simple and allows me to input rich content to my usercontrols public properties. However, The Content pane(Div) that pops up as shown in the provided image has a width that doesn't accommodate the width of the hosted RadEditor. I couldn't seem to find a way to override the class 'Dialog' (class for that particular div) to widen this particular div in sitefinity.
Answer
needed?
Jaime
Reply
Answer
Ivan Dimitrov
Ivan Dimitrov
Posted
on Mar 11, 2010
(permalink)
Hi jaime,
You could change the .Dialog css class in the ~/sitefinity/admin/Themes/Default/
PropertyDlg.css stylesheet
sample
but you should better set width and height properties of RadEditor control, because the changes in
PropertyDlg.css will affect all dialogs.
Best wishes,
Ivan Dimitrov
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.
Reply