Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Is there paste button ??????? #218

Open
NehalHassan opened this issue Sep 8, 2017 · 1 comment
Open

Is there paste button ??????? #218

NehalHassan opened this issue Sep 8, 2017 · 1 comment

Comments

@NehalHassan
Copy link

NehalHassan commented Sep 8, 2017

i tried to make a paste button using
data-edit="paste"
but it doesn't work !!!!!!!!

@soljohnston777
Copy link

soljohnston777 commented Sep 10, 2017

I copy from the editor to the div with JQuery:

$('#editor').on('keyup', function() {
// alert($("#editor").html()); // can use this to check and make sure your editor is responding
$("#div_you_want_the_text_duplicating_in").html($("#editor").html());
});

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants