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

[Solved] set_collapseMode not implemented?

3 Answers 91 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Mink
Top achievements
Rank 1
Mink asked on 09 Jun 2009, 07:12 AM
Hi,

I have been trying to use set_collapseMode to toggle the visibility of the collapse button in a rad splitter but it didn't work (or at least I couldn't get it to work). Searching the fora on telerik.com I found a similar question about set_enableResize with the answer that it has not been implemented yet. Is the same true for set_collapseMode?

Regards,

Mink

Ps Whenever I copy-paste something in this editor it's impossible to continue writing immediately afterwards. I first have to click the mouse to put my cursor "somewhere" (I just put it right where it already was, right after the pasted part) to be able to write something again. Not a big problem but it starts to annoy me a lite bit.

3 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 11 Jun 2009, 07:35 AM
Hello Mink,

I already answered your other thread and for your convenience and for others who might encounter the same problem I pasted my reply below:

Yes, you are correct and the collapse mode of the RadSplitBar cannot currently been changed on the client. However, in order to get the desired result, I suggest to use an initial splitbar with collapse mode both and then just reference and hide/show the desired element of the both handles. You can obtain a reference to the handles by using the getCollapseBarElement client side method which is listed below:

http://www.telerik.com/help/aspnet-ajax/splitter_clientsideradsplitbar.html

and hide/show it by changing its display to none or to "".

I hope that the suggested approach is helpful, in case you need further assistance, do not hesitate to contact us again. 

P.S: As to the problem with the pasting of text in the RadEditor, I tested it but unfortunately I was not able to reproduce it - please see the attached video capture which shows the result on my side. In case you want to further investigate it, please try to reproduce it again or in one of our online demos for the editor and if you succeeed, send us detailed reproduction steps and information about the used browser.

Sincerely yours,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Mink
Top achievements
Rank 1
answered on 11 Jun 2009, 08:55 AM
Yes, thank you. I have also posted a reply there explaining how I've created an alternative for set_enableResize(false).
Because I've copy-pasted two full aspx pages in my post it's a bit much to copy-paste it here as well so for those interested the title of that thread is 'SplitBar set_enableResize not working?'. I think this link will take you there: http://www.telerik.com/community/forums/aspnet-ajax/splitter/splitbar-set-enableresize-not-working.aspx .

Regards,

Mink
0
Svetlina Anati
Telerik team
answered on 15 Jun 2009, 09:42 AM
Hello Mink,

Thank you for providing the solution you have found to our community forum. I believe that it might be useful to others who might encounter the same problem.

Regards,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
Mink
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Mink
Top achievements
Rank 1
Share this question
or