-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
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.
});
Metadata
Metadata
Assignees
Labels
No labels