Skip to content

Provide files for the examples #19

@bluepuma77

Description

@bluepuma77

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

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions