Declined
Last Updated: 31 Jan 2024 12:05 by ADMIN
Created by: Karthik
Comments: 1
Category: Editor
Type: Feature Request
1
Add table, dropdownlist, textbox, other input components in the Kendo UI Editor to create custom Editor.
Declined
Last Updated: 26 Oct 2022 08:42 by ADMIN
Is it possible to create a custom dropdown that will insert a value in the text at the cursor position?

I would love to create some predefined values, and when the user selects the value from the dropdown, it will insert it in the cursor position.

This will give us the ability to define some placeholders in the text.
Declined
Last Updated: 23 Feb 2023 11:06 by ADMIN
Created by: Babu
Comments: 2
Category: Editor
Type: Feature Request
0

Hi team,

Zoom in /out options are required to view the content of the editor.

Regards,

Babu

Declined
Last Updated: 05 Oct 2022 14:46 by ADMIN
Created by: Babu
Comments: 1
Category: Editor
Type: Feature Request
1

Hi,

When the Editor content is large, typing in the component doesn't show the typed characters immediately. Depending on the content users may need to wait several seconds to see the typed character.

An example of the performance problems can be found in the following example. The used value is dummy Lorem Ipsum, but we are still having the same problems while showing important information:

https://stackblitz.com/edit/angular-hv89jm

 

Declined
Last Updated: 23 Feb 2023 11:09 by ADMIN
Created by: Anthony
Comments: 2
Category: Editor
Type: Feature Request
0

Sometime but not always, the Editor will start to set the style attribute for each and every element, even though they are all the same.

Example Html:

 

<p>
  <span style="color: rgb(53, 53, 53); font-family: &quot;Open Sans&quot;, tahoma, arial, helvetica, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">Bedroom One</span>
  <br style="color: rgb(53, 53, 53); font-family: &quot;Open Sans&quot;, tahoma, arial, helvetica, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">
  <span style="color: rgb(53, 53, 53); font-family: &quot;Open Sans&quot;, tahoma, arial, helvetica, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">- Wrap, box and move non-affected contents and small furniture away from the affected area.</span>
  <br style="color: rgb(53, 53, 53); font-family: &quot;Open Sans&quot;, tahoma, arial, helvetica, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">
  <span style="color: rgb(53, 53, 53); font-family: &quot;Open Sans&quot;, tahoma, arial, helvetica, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">- Carryout inventory and dispose of non-restorable contents and furniture.</span>
</p>  

 

How can I avoid this duplication?

This is my current configuration for the Kendo Editor:


 <kendo-editor ctsStyle
          [style.height]="to.height"
          [formControl]="formControl"
          [class.is-valid]="showError"
          [formlyAttributes]="field"
          >

          <kendo-toolbar [overflow]="true">
            <kendo-toolbar-buttongroup>
              <kendo-toolbar-button kendoEditorBoldButton></kendo-toolbar-button>
              <kendo-toolbar-button kendoEditorItalicButton></kendo-toolbar-button>
              <kendo-toolbar-button kendoEditorUnderlineButton></kendo-toolbar-button>
            </kendo-toolbar-buttongroup>
            <kendo-toolbar-dropdownlist kendoEditorFormat></kendo-toolbar-dropdownlist>
            <kendo-toolbar-buttongroup>
              <kendo-toolbar-button kendoEditorAlignLeftButton></kendo-toolbar-button>
              <kendo-toolbar-button kendoEditorAlignCenterButton></kendo-toolbar-button>
              <kendo-toolbar-button kendoEditorAlignRightButton></kendo-toolbar-button>
              <kendo-toolbar-button kendoEditorAlignJustifyButton></kendo-toolbar-button>
            </kendo-toolbar-buttongroup>
            <kendo-toolbar-buttongroup>
              <kendo-toolbar-button kendoEditorInsertUnorderedListButton></kendo-toolbar-button>
              <kendo-toolbar-button kendoEditorInsertOrderedListButton></kendo-toolbar-button>
              <kendo-toolbar-button kendoEditorIndentButton></kendo-toolbar-button>
              <kendo-toolbar-button kendoEditorOutdentButton></kendo-toolbar-button>
            </kendo-toolbar-buttongroup>
          </kendo-toolbar>

        </kendo-editor>

Declined
Last Updated: 31 Aug 2023 15:10 by ADMIN
Created by: Harikrishna
Comments: 1
Category: Editor
Type: Feature Request
1
Provide a built-in option to change the width of the column dynamically based on the content.
Declined
Last Updated: 31 Aug 2023 15:02 by ADMIN

Currently, the kendoEditorCreateLinkButton does not provide a way to specify the Dialog container, as the following article demonstrates:

https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service/#toc-specifying-the-dialog-container

Please consider providing a built-in appendTo option to the link button directive. This will help to determine where the Dialog will be appended when the Editor is used within a kendoGridEditTemplate/kendoGridCellTemplate:

Using kendoGridEditTemplate:

https://stackblitz.com/edit/angular-yddl1n-inbwen

Using kendoGridCellTemplate:

https://stackblitz.com/edit/angular-yddl1n-t3afde

 

Declined
Last Updated: 02 Aug 2023 15:10 by ADMIN
Created by: n/a
Comments: 1
Category: Editor
Type: Feature Request
2

Limitation:

  • Not able to copy and apply identical formatting to other parts of the text, currently only clean formatting is available

Feedback: To cater for Format Painter similar to Microsoft Word to allow automatic apply of formatting
(Similar feature is found in JQuery Kendo Editor) 

Declined
Last Updated: 18 Jul 2023 15:34 by ADMIN
Created by: Lynn
Comments: 1
Category: Editor
Type: Feature Request
1
Provide a built-in code snippet tool to enter something like JSON/HTML which can format well (when I press enter, it will indent automatically for me).
Declined
Last Updated: 18 Jul 2023 15:15 by ADMIN
Created by: Andre Beauchamp
Comments: 2
Category: Editor
Type: Feature Request
2

In order to display kendo dialogs correctly inside an ionic app, kendo components need to be set into a specific container to display correctly fixed dialogs in iOS.

Many components such as the dropdownlist that uses a dialog internally will expose an 'appendTo' option inside a popupSettings input parameter.

I would like to have the same feature on the editor component to allow its dialogs to be displayed correctly on iOS devices.

I could extend this request to pretty much any components that uses a dialog/window/popup.

Thanks!

Declined
Last Updated: 18 Jul 2023 15:07 by ADMIN
Created by: Senate Public
Comments: 1
Category: Editor
Type: Feature Request
0

Please could you provide a built-in option ot insert alpha ordered list.

Declined
Last Updated: 14 Jul 2023 09:42 by ADMIN
Created by: Bob
Comments: 4
Category: Editor
Type: Feature Request
1

For the angular kendo editor, when the user adds an ordered list and indents lines in the list, the numbering uses numbers for all levels. Is it possible, without too much work, to have the first level be numbers, the second level be letters, the third level be roman numerals, etc like word would do? 

So instead of

  1. one
    1. two
      1. three

it would be

1. one

a. two

i. three

If the solution is non-trivial or very custom, I would not do it. If that is the case, I do not need sample code.

Thanks,

Bob

 

Declined
Last Updated: 14 Jul 2023 09:40 by ADMIN
Created by: Haroon
Comments: 1
Category: Editor
Type: Feature Request
2

Hi,

We want to implement an IntelliSense like feature with Editor, for example, if user types @ a list of predefined items show up and an item can be inserted there.

Thanks

Haroon.

Declined
Last Updated: 11 Jul 2023 15:09 by ADMIN

We tried to add link to an image in the stack blitz provided by the support team. But it didn't work.

Later we were informed that this feature was not supported.

Here is our updated stackblitz link.

This is what we would like to have in the editor:

Add image to the existing content. And add a link to the newly added image to open in the new tab.

Thanks.

Declined
Last Updated: 11 Jul 2023 15:04 by ADMIN
Created by: Shan
Comments: 1
Category: Editor
Type: Feature Request
1

When I put the 'Insert File' and 'Insert Link' in different kendo-toolbars, the later does not enable when text is selected.

Please refer the example for repro:

https://stackblitz.com/edit/angular-r6nzmn-dymdpz

Please provide support for multiple <kendo-toolbar> components.

Declined
Last Updated: 17 Feb 2020 08:41 by ADMIN
Thanks for the due diligence.  I can see how this could be used as a solution but it's effectively a bit of a bodge.  The user loses the essential ability for pagination and editable/non-editable areas (amongst a whole host of other features).  In a document management solution, these are fairly essential.  The key for me is to allow users to edit documents that they are familiar with.  I worked with WOPI for two months before throwing the entire work effort out the window.

I enjoy working with Kendo products and have been doing so for over ten years although I have never liked your approach to responsive design - I think this is a hangover from selecting a different container model to Bootstrap (I seem to remember this from a long time ago).  To this end, I was hoping that your Angular component set might be written from the bottom up with a different design approach but it appears not. Anyway, I diverge.

Bringing the Docx document into the editor would be a great option if it displayed it as a page with editable regions and pagination.  As far as I can see Syncfusion is well behind Progress in terms of the overall offering and support but in this one component they are well ahead.  Their approach is to mirror the OpenXML format of Word with their own .sfdt format and deliver that to be edited inside a component which is obviously a variation of their own editor.  That's the way forward for Progress, along with a big marketing message to the developer community saying "Your WOPI woes are over....".  I personally deliver these documents from blob storage and mirror the results on my customers' local file server with a simple Powershell command, that way they have a local copy of all the document collection as a backup for disaster recovery.

It's a learning curve with Syncfusion, one which I didn't want to have to undertake.  But that's the way I have to go whilst Progress has no document editor.  Strange really when you are so close with your editor and WordsProcessor library and offer a spreadsheet in almost every flavor.  WOPI's a real pain and impossible to implement and a document editor would really shake things up...

In my humble opinion.
Declined
Last Updated: 04 Jun 2020 13:26 by ADMIN
Created by: deepak
Comments: 3
Category: Editor
Type: Feature Request
0
I want to edit the outlook email content on the web site (Angular). Please let me know which editor can be used for this?
Declined
Last Updated: 30 Sep 2019 13:45 by ADMIN
Created by: Nhan
Comments: 2
Category: Editor
Type: Feature Request
0

We are planning on using Angular 8 and Kendo UI for Angular for a major refactor project that currently utilizes RadRichTextBox for Silverlight.

We would like to utilize the Kendo UI for Angular Editor component.

The feature set our business users require and that is in RadRichTextBox  we are currently using are:

  • API to allow injecting contents into the current document in the editor at certain places by using bookmarks.
  • The ability to save and load a saved file into the editor.
  • Page Header and Footer
  • Page Break
  • Mail Merge
  • Drag and Drop Content from List
  • Printing/Print Preview
  • Import/Export

 

We understand that some of these features are not currently implemented in the new component.

The roadmap on the Telerik website shows that additional functionalities are scheduled to be added to Kendo UI for Angular by September 18, 2019. Our question is if any of these things are planned to be added to Kendo UI for Angular and if so when? Or if there is another route involving Telerik you might suggest for incorporating these functionalities into an Angular 8+ project?

Thanks

-Nhan

Declined
Last Updated: 11 Jul 2023 14:56 by ADMIN
Created by: Ludwig
Comments: 2
Category: Editor
Type: Feature Request
2

If you copy paste a hierarchical numbered bullet list from Microsoft Word into the Editor, it will initially appear correct.

However, if you then attempt to add a new bullet by adding a newline, there will not be a new bullet with the correct number added.

Instead, it will add a new line. See the attached screenshot for clarification.

Support hierarchical bullet lists pasted from Microsoft Word in Kendo for Angular Editor component.

Declined
Last Updated: 11 Jul 2023 14:57 by ADMIN
Created by: Lynden
Comments: 2
Category: Editor
Type: Feature Request
3

Can the Editor implement the file uploading and management UI similar to the JQuery implementation?

Thanks

Lynden

1 2