How do you integrate a RadEditor control into a Sitefinity custom designer? - sitefinity

On Sitefinity 4.x or 5.x CMS, how do you add a RadEditor to a custom widget? I currently have a regular text field and it works fine, however I would like to provide more functionality to the edit text.
I have a working custom widget that includes a working custom designer. No problems, there, just wondering about the specifics in integrating the RadEditor.

in Sitefinity the RadEditor is wrapped in an HtmlField which can be emedded in a control designer to allow rich text input.
Here's some info on creating control designers: http://www.sitefinity.com/blogs/joshmorales/posts/11-09-20/creating_advanced_sitefinity_4_widget_control_designers.aspx
And a blog post that demonstrates a control designer using the HtmlField: http://www.avisra.com/blog/2011/05/22/sitefinity-control-designer-fields
hope this is helpful!

Related

Telerik Kendo UI for ASP.NET Core Add/Edit Popup window title and button text change

I am working project that use Kendo UI and I am new to it.
I have been searching whole day for this simple implementation- I need to change the popup window title and button text based on edit mode or add mode.
Here is the latest answer I found: forum
Above link has exact same question I have. But the solution is not working for me.
I tried to use e.Edit() on Events. But it throws an error:
"DataSourceEvenBuilder" does not contain a definition for Edit and no accessible extension method "Edit"
And the e.model is undefined as well
From official page, I don't see Edit method.
Can anyone help? Please don't provide the solution that build grid from javascript.
Telerik version: ASP.NET Core 2022.1.301

Forms API in eclipse rcp4

I'm trying to use FormToolkit for creating components and add them in section widgets for better look n feel in RCP4. But with this nothing is rendered on wizard page at runtime and there is no error also. Questions:
Is it possible to have forms api into Eclipse RCP4?

How to create admin panel for yii 1.x framework, also integrate a custom theme such that gii crud auto-generate and auto-integrate css in views?

As my question say, I need to create an admin panel for yii 1.x framework, also I have a custom theme I downloaded for yii 1.x. I want to integrate it such that gii CRUD when generate views theme will auto-integrate css in views.
I want the above to work only with the admin panel? Or if there's another way, it's also welcome.
There's a catch, my front end website is already completed with a different UI. It was a theme but I didn't used crud for it. I have created every thing manually to get better command on it. For admin panel I want to use CRUD.
I checked this question, creating admin panel in stackoverflow search, my problem is slightly different.

Edit Form Type in kendo ui

I created a application in asp.net MVC4.
I am using kendo components for UI. My version of kendo is 2013.3.1324. I want create a feature this.
In simple words i want "editform" type in edit mode of grid.
I don't want to use template.Is there is any other way to implement feature like this?
Can anyone help me.

Question regarding how a public SharePoint site is made

I had a look at http://www.westernaustralia.com/au/Pages/Welcome_to_Western_Australia.aspx and I know it's a SharePoint site and I am wondering how it could have been made.
I am mostly interrested in the center column (What's On). Is it an announcement list with thumbnails and Find out more links are pointing to wiki pages? Could it be a custom web part or is it possible to do this sort of thing with SharePoint 2010 out of the box?
Thanks in advance.
You can do this easily with a "What's New" web part. Customize your library view setting and set your webpart to use that view. Add a simple content editor at the bottom of this web part and add those other links like View All etc...
Remember that you can create your own list and make sure to index it so that it can rollback into the What's New webpart.
Looking at the emitted HTML it looks like a custom user control in the page layout to me (hell I could be wrong)
That said though it is possible to do this OOTB and I could build that functionality using the Content Query Web Part and some custom XSL