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

Toolbar width - eliminate white space

4 Answers 59 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Jason Brownhill
Top achievements
Rank 1
Jason Brownhill asked on 25 Jun 2010, 04:21 PM
Hi,
 I've customised some new toolbar layouts and unlike your lovely neat ones, a couple of mine dont meet the full width of the toolbar property set in the configfile.xml. This leaves some white space at the end of the toolbar that doesn't look that great. Is there any way to avoid this? I've tried setting a width to the toolbar but it seems the variable isn't recognised.

 Also - with regard to documentation, is there anything other than the demo pages which gives a FULL list of the customisable options for the configfile.xml and toolsfile.xml? I'm having to hunt around from one page to another to find clues and new settings - it seems a bit awkward to learn quicker and not have to ask questions in the forums all the time.

Thanks,
Jason.

4 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 28 Jun 2010, 08:45 AM
Hello Jason Brownhill,

Could you provide me with your custom ConfirFile.xml, ListConfigFile.xml, ToolsFile.xml and ListToolsFile.xml. I will check them and advise you further.

About the documentation you can find a list with the different tools, which are available for the ToolsFile.xml in the following online help article: http://www.telerik.com/help/aspnet-ajax/toolbarintro.html. Regarding the ConifgFile.xml I will suggest to our documentation team to include such article in the Integrating RadControls in MOSS help section.

All the best,
Stanimir
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
0
Jason Brownhill
Top achievements
Rank 1
answered on 28 Jun 2010, 02:44 PM
Hi Stanimir,

 I've just emailed the files as requested.

Thanks,
Jason.
0
Accepted
Stanimir
Telerik team
answered on 29 Jun 2010, 09:06 AM
Hi Jason,

I received the files and I was able to locate the problem. It is the .ms-SPZone TABLE global style which is set in the core.css file. What you can do is add one of the following styles in the RadEditorStyles_Outlook.css file which is located in the Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.x.x.x__1f131a624888eeed\Resources\ToolImages folder.
div .RadEditor TABLE
{
    background-color: #d6e6f4;
}

or
.RadEditor TABLE
{
    background-color: #d6e6f4 !important;
}

Just make sure that after modifying the file you refresh the page where the editor is loaded with strl+F5. This will clear the browser cache.


Regards,
Stanimir
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
0
Jason Brownhill
Top achievements
Rank 1
answered on 29 Jun 2010, 10:40 AM

 Thanks very much Stanimir - that solved the issue.

Jason.
Tags
WebParts for SharePoint
Asked by
Jason Brownhill
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Jason Brownhill
Top achievements
Rank 1
Share this question
or