Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8937695
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T10:27:37+00:00 2026-06-15T10:27:37+00:00

I am using the Kendo UI Editor widget. I want to paste the content

  • 0

I am using the Kendo UI Editor widget. I want to paste the content of the print screen. How can I do that?

Regards,

Naidu

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T10:27:37+00:00Added an answer on June 15, 2026 at 10:27 am

    Here is a related question. Seems to work in latest Chrome and Firefox. And can be plugged in the Kendo Editor via some code:

    var editor = $("#editor").data("kendoEditor");
    
    $(editor.document).on("paste", function(e) {
      var clipboard = e.originalEvent.clipboardData;
    
      if (clipboard && clipboard.items) {
          var screenshot = clipboard.items[0];
    
          if (screenshot.kind == "file") {
              var blob = screenshot.getAsFile();
    
              var reader = new FileReader();
    
              reader.onload = function(event){
                var html = kendo.format('<img src="{0}"/>', event.target.result);
    
                editor.paste(html);
              };
    
              reader.readAsDataURL(blob);
          }
      }
    });
    

    And here is a live demo: http://jsbin.com/utapal/1/edit

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using WebViewBrush I can render web page content (it's screen shot) to e.g. Rectangle
I'm using editor from Kendo UI, so I have big problem. I don't know
I am using the Telerk Kendo UI grid that loads data remotely. The QueryString
I am using Kendo menu in my project. I want to retrieve id value
I've put together a little app using Kendo UI that stores user inputs in
I have a cordova application that is using Kendo UI for the front end.
I populated the Kendo Combox using KnockoutJS. I am using Knockout-Kendo.js to do that.
Using HTML 5, I want to play multiple sounds simultaneously. how can I do
I have created a mobile application using kendo Mobile UI's trial version in asp.net
i'm using the kendo ui grid on my backbone application. i used this codes.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.