General questions about V4
Hi all,
I think I know the answers to a couple...
2) No announcement yet, HOWEVER if they buy it now you'll get the upgrade at no extra cost...so BUY NOW!
3) I have had the same issues you have, and there's a thread or two going on this here...I have been assured as of the next official release the inconsistencies SHOULD be fixed...I know as of the last telerik release most have been resolved.
5) You should be able to kill toolbox items from the web.configs toolbox node?
Hi Steve,
If you can find issues with the editor, PLEASE make them public here
http://www.sitefinity.com/devnet/forums/sitefinity-4-x/general-discussions/radeditor-has-issues-when-i.aspx
It'll benefit everyone in the long run
Might also help to JING the bad results so telerik can see the problems happening....I just don't ever see the RadEditor being replaceable, but I do totally feel your pain with it. We also have to have an "Approver" to validate the page html.
I absolutely will - believe me replacing RadEditor is the last thing I WANT to do, so if sharing the bugs helps then great. In a way you could say that the heart of a content management system is the WYSIWYG, if the non technical author cant enter content without it messing up the valid code, or css, then the rest will fall down. I would find it extremely worrying if there were no plans to easily allow alternative WYSIWYG's - I've not worked with many commerical CMS' that don't provide this functionality - although granted they didnt have ties to a particular one!
I'm trying to remove the editors "html mode" as much as possible with my 4.0 implementation....just use the RadEditor for basic text input then use the new layout controls to facilitate the html "container"
So far it's worked pretty well...for the non-technical people anyway
Hello all,
I just want to mention that Steve is correct on his points. We are trying to improve the behavior of the RadEditor as much as we can so your feedback is valuable.
Princing information will be release officially with the Sitefinity 4.0 RC release, which is expected within couple of months.
On the note for 301/302 redirects. Sitefinity 3.x has a UrlRewrite module which is capable of doing rewrites, and 301/302 redirects. More information can be found here. For each rewrite rule you create you can set the mode:
<rule mode="PermanentRedirect">
...
</rule>
The modes are PermanentRedirect, TemporaryRedirect, and Rewrite. The default one is Rewrite.
Regards,
Radoslav Georgiev
the Telerik team
Hi Radoslav, That's very useful information to know regarding the rewriter. Are you able to answer point 5, whether it is possible to remove some of the built-in controls from the toolbox, in particular the download list and video player. Thanks Al
Hi Alastair,
Both the controls are added by LibrariesModule - InitializeToolbox method. This means that you cannot remove the controls only. You have to disable the entire module to disable the built-in controls.
We are going to implement remove option in XmlConfigProvider which will allow you to remove controls from ToolboxesConfig.config
Sincerely yours,
Ivan Dimitrov
the Telerik team