etherpad-lite-jquery-plugin icon indicating copy to clipboard operation
etherpad-lite-jquery-plugin copied to clipboard

Provide files for the examples

Open bluepuma77 opened this issue 10 years ago • 6 comments

Can I suggest to provide some demos in a 'examples' folder? I had some issues while testing.

The getContents example didn't work for me:

$('#examplePadBasic').pad({'getContents':'exampleGetContents'});

I tried to hide the controls but that didn't work:

$('#examplePadBasic').pad({
  'padId':'test',
  'host'             : 'http://beta.etherpad.org', // the host and port of the Etherpad instance, by default the foundation will host your pads for you
  'baseUrl'          : '/p/', // The base URL of the pads
  'showControls'     : false, // If you want to show controls IE bold, italic, etc.
});    

bluepuma77 avatar Mar 29 '15 19:03 bluepuma77

showControls is broken. I have fixed this upstream and I'm waiting on tests/merges to get it done.

re getContents, an example would be useful, please do provide some files for examples :) Thanks!

JohnMcLear avatar Mar 30 '15 13:03 JohnMcLear

I can't do it well with this jQuery plug-in. Some of the examples are not clear. I did it with the example, but there was no way to display the edit panel.

WhiteLang0214 avatar Mar 14 '18 01:03 WhiteLang0214

how to add contents into pad using javascript?

henryliuliuliu avatar Dec 22 '20 12:12 henryliuliuliu

create/use a plugin.

JohnMcLear avatar Dec 22 '20 12:12 JohnMcLear

create/use a plugin.

Are there existed plugins?

henryliuliuliu avatar Dec 22 '20 14:12 henryliuliuliu

https://static.etherpad.org

JohnMcLear avatar Dec 22 '20 16:12 JohnMcLear