Provide files for the examples
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.
});
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!
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.
how to add contents into pad using javascript?
create/use a plugin.
create/use a plugin.
Are there existed plugins?
https://static.etherpad.org