Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide files for the examples #19

Open
bluepuma77 opened this issue Mar 29, 2015 · 6 comments
Open

Provide files for the examples #19

bluepuma77 opened this issue Mar 29, 2015 · 6 comments

Comments

@bluepuma77
Copy link

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.
});    

@JohnMcLear
Copy link
Member

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!

@WhiteLang0214
Copy link

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.

@henryliuliuliu
Copy link

how to add contents into pad using javascript?

@JohnMcLear
Copy link
Member

create/use a plugin.

@henryliuliuliu
Copy link

create/use a plugin.

Are there existed plugins?

@JohnMcLear
Copy link
Member

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

No branches or pull requests

4 participants