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

[Solved] Custom Dialog Link Manager Height issue.

3 Answers 175 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Vijay
Top achievements
Rank 1
Vijay asked on 12 Jan 2010, 07:24 PM
Hi

I wanted to remove some of the items from the Link Manager dialog and followed this Post Click Here.

Achieved most of what I wanted, except the issue with the window height. When I remove couple of items within the LinkManager, it leaves some space at the bottom and the complete window does not re-size to fit properly. Take a look at the attached file. I have tried firebug and pointed out the height that I would like to change, but not sure how to change them.

Any help would be greatly appreciated.

thank you...
Vijay.

3 Answers, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 13 Jan 2010, 02:53 PM
Hi Vijay,

The table cell, containing the input field in the default LinkManager dialog, has a set height which stretches the whole table. In order to solve this issue find the following line in the LinkManager.ascx:
<td class="reMiddlecell" style="height: 194px; vertical-align: top;">
and modify the style value.

I hope this information helps.

Kind regards,
Dobromir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Vijay
Top achievements
Rank 1
answered on 14 Jan 2010, 04:00 PM
Thanks for the reply Dobromir.

Changing the height within TR did not help. Find the attachment, I have changed the height to 1px.

It is the table after the form tag, that is being automatically created by Telerik and not sure how to modify that Height.

Refer to Picture2 and I have modified the Table height using FireBug and it works. I would like to know how to change the outer table's height within the code. It is having a fixed height of 340px.

Thank you,
Vijay
0
Vijay
Top achievements
Rank 1
answered on 15 Jan 2010, 09:02 PM
Ok thanks, I figured out from your another post

http://www.telerik.com/community/forums/aspnet-ajax/editor/resize-manager-dialog-windows.aspx

Regards
Vijay




Tags
Editor
Asked by
Vijay
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Vijay
Top achievements
Rank 1
Share this question
or