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

Question about Sitefinity Generic Content Editor

2 Answers 86 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dan Miller
Top achievements
Rank 1
Dan Miller asked on 11 Aug 2010, 11:04 PM
I was looking at the Sitefinity CMS and was curious as to how the generic content editor appears on the page as it does? (figure 2 in the link provided): http://www.sitefinity.com/help/developer-manual/generic-content-public-controls.html.
I have a project where I open an editor for HTML on a web page and currently the editor opens in a RadWindow. The Sitefinity way of doing is seems much faster and provides the added functionality of opening another "window" inside the editor window (figure 3 in the link provided). If possible I would love to see an example project of how to do this, if not I would simply like to know what Rad Control is used to display the editing window.

Edit: After looking at some of the videos it appears that it is a RadWindow, if it is then is the parent for the second window (figure 3) the page, or the first window? Also how does it load so fast? My RadWindow takes ~5 seconds to load.

2 Answers, 1 is accepted

Sort by
0
Accepted
Petio Petkov
Telerik team
answered on 13 Aug 2010, 04:24 PM
Hi Dan Miller,

Yes, the control which is used for "edit" option in SiteFinity is RadWindow.

A simple example which illustrates how to open a RadWindow from another RadWindow is available here:
http://demos.telerik.com/aspnet-ajax/window/examples/dialogreturnvalue/defaultcs.aspx

The RadWindow control wraps an IFrame, and the content is loaded in it. The loading time in RadWindow should be equal as if the content is loaded in IFrame. In case that there is significant time difference, please send us a runnable project, where we can observe it.

Regards,
Petio Petkov
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
Dan Miller
Top achievements
Rank 1
answered on 13 Aug 2010, 05:43 PM
Thanks for your quick reply Petio!
Tags
General Discussions
Asked by
Dan Miller
Top achievements
Rank 1
Answers by
Petio Petkov
Telerik team
Dan Miller
Top achievements
Rank 1
Share this question
or