In Telerik Kendo Editor 2017 version, if insertHtml is used after the new line, all BR tags are deleted - kendo-ui

in Telerik Kendo Editor 2017 version, if insertHtml is used after the new line, all <br /> tags are deleted.
Does anyone have a workaround on this?
https://dojo.telerik.com/UpidAFiK
press enter at the end of the 'test text', then enter a new text and finally press the custom tool
Thank you very much

This is probably related to a bug in the version used - bug link. Try with a version after R2 2018. With the earliest available in the dojo playground (v2019.1.220) the example works as expected.

Related

How to fix problem with text not showing in Preview mode for SSRS 2019 using Microsoft Visual Studio Community 2019?

I just got the latest versions today for working with SSRS: SSRS 2019, Visual Studio Community 2019 (Version 4.8.03752) with SSRS Templates (Microsoft SQL Server Reporting Services Designers Version 15.0.1659.0).
I have a textbox with the report title which doesn't show in preview (both in header or body) and a textbox in footer with page counts that doesn't show. In the body I have a Table with a few columns that don't show values but do show the table cells. I noticed that values did show for returned records on first try but not for column headers; however, when I resized one cell, no values were shown at all for anything. Now, no text values show at all in Preview mode.
When I export report to PDF, everything shows (title, body, footer). This also works when I published to the Portal.
Here is what I tried without success:
Changed the font color to all texts to red but text values still don't show.
Deleted the report data files (.data) but text values still don't show.
Open the report file (.rdl) with Report Builder but text values still don't show.
So, it is in the editors (VS and Report Builder) that the problem only exists as rendering (PDF, Word) works and running in Report Portal works.
Thanks.
My issue was resolved by unticking the "Allow height to increase" check box for the text box.
enter image description here
I faced this same issue using the standalone Report Builder application, and I resolved it by placing the textbox inside a rectangle. From then on, it rendered in preview mode as expected. However, I'm not sure how that would affect auto-growth.

CKEditor4: the image disappear when I switch from Rich text View to source view

I am using the CKEditor4 module for Drupal7 and I noticed that when I am in the "Rich Text" view and I upload an image using the Image button.
Initially the image is there, but when I switch to the "source view" and go back to the "Rich Text" view the image disappears.
The code for the image is still in the source view and the image shows up in the Live post but NOT in the "Rich Text" view.
Any ideas how to fix this?
Thanks.
That was a very weird behavior. But after hours of debugging and testing, the fix was by re-installing the latest versions of CKEditor module (at https://drupal.org/project/ckeditor ) along with the CKEditor and CKFinder programs (at http://ckeditor.com/download ). The latest versions available as of today (April 14, 2014)
I am confident that the issue of the image disappearing had nothing to do with anything I did, since I reintroduced the exact same configuration settings as I had in the old version (the old versions combo was from about 4 months ago) and I have no problems now.
Boutros.

ace x markdown editor not working for joomla 3.2? alternatives?

So I installed the ace x markdown editor plugin for joomla 3.2 because it has a nice feature to insert code snippets in stackoverflow style. So I really need that.
I tried this extension, but it seems to not work. Is there an alternative?
But: There is no documentation, it seems I just have to enable it and hope it works. But it just happens nothing, the normal editor shows up:
No errors, but old editor:
the plugins are installed:
The plugin is supposed to look like this:
The second step you have to do is going to: Global configuration area and select the new editor, then if you save your changes and the old editor still appearing, it could be because your profile has the older one selected... in this case you have to go to your user details page and select the new editor or put into default.

Telerik combobox not rendered properly when twitter's bootstrap applied to project

I am developing a project in VS2010 with bootstrap and telerik controls. The only problem it seems to give is that when telerik's radcombobox gets focus, the inputbox inside table of radcombobox does not fit according to the size of a table. An answer on how to change css of combobox to get a desired result will be highly appreciated.
Here is the link to the image - http://img690.imageshack.us/img690/2791/ae01.png
Thanks
I downloaded latest bootstrap(BS3 RC1) and problem is resolved.

How to use telerik controls in asp.net

I am new for telerik controls, and i am too much confused about these controls how to use these controls in my asp.net site.
Assuming that you already have a licensed verison of the controls, this should get you started: RadControls for ASP.NET AJAX Step-by-Step tutorial.
Also, Telerik (in addition to StackOverflow) has a terrific community that will help answer questions on their forum.
Don't forget to check out their Documentation and Tutorials page.
You will have to download telerik kit, from its website, it will give you trial version for short period. You will have to then install that kit, and then add its dll file in the toolbox through choose items, and its control will then appear in the toolbox, you might have to close visual studio and again restart it ,contorls to appear in toolbox. and then just drag and drop the control you want. If you want full version, you will have to buy kit of telerik, then you will get licensed telerik controls.
the above answers as true, but as a simple soultion one u have purchased the telerik licence you can just
1) Reference the Telerik.Web.UI, Telerik.Web.UI.Skins and Telerik.Web.Desgin in your project and thats it ,( that's exactly what I'm doing in my current Project) ,
2)after you added those references now you have to register the telerik library in your page like this:
<%# Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
3) add telerik controls using tags like this example:
<telerik:RadAjaxPanel ID="pnlControlsall" runat="server" EnableAJAX="true" EnableAjaxSkinRendering="true" LoadingPanelID="RadAjaxLoadingPanel1" >
thanks and I hope this helps as I have transferred my real working procedure to you here
It is very easy , don't be confuse of telerik components..
Two basic things to keep in mind are ,
- add references of telerik dll's in your application.
- and use events of telerik controls accoring to need , for e.g. radtree view has various events like nodeNeeded, MouseDoubleClick etc.
Telerik components are fun ! Enjoy..

Resources