This is a migrated thread and some comments may be shown as answers.

ImageManager in Sharepoint - changing css

1 Answer 79 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jay Guiang
Top achievements
Rank 1
Jay Guiang asked on 30 Jan 2009, 04:07 PM
I am using the RadEditorMOSS for Sharepoint.  When I click on the ImageManager and I choose to Upload a file, some of the buttons are greyed out.  Basically, they look like they are inactive buttons.  I would like access to the css so that I can modify the presentation of these buttons.  More importantly I would like to change these buttons so that they look enabled.  I am using the Default2006 skin.

I am using the Sharepoint version and I cannot seem to find the specific .css file that handles the presentation of the ImageManager.  The only .css files are in the C:\Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.3.2.0__1f131a624888eeed\Resources\ToolImages and those specifically pertain to the Editor itself.

I have a screen shot to better describe what I'm talking about, but I am unsure of how to attach it to this post.

Thanks,
Jay

1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 03 Feb 2009, 09:53 AM
Hi Jay,

You can add a special CSS file, which will be loaded in all RadEditor dialogs. The file will be loaded after all the CSS from the dialogs skins so you will be able to easily override the default appearance. To add the custom CSS file, open your editor configuration file (ConfigFile.xml or ListConfigFile.xml) and add the following property:

  <property name="DialogsCssFile">/_wpresources/RadEditorSharePoint/5.3.2.0__1f131a624888eeed/Resources/customDialogsStyles.css</property>

After that, create a file with the same name (customDialogsStyles.css) in the editor resources folder and add your styles there. They will be applied the next time you open a dialog.

Regards,
Lini
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Jay Guiang
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or