This commit is contained in:
Gedion 2012-09-06 16:32:41 -05:00
parent dea020865f
commit 282bcffb62
180 changed files with 37685 additions and 0 deletions

View file

@ -0,0 +1,47 @@
# Embed parameters
You can easily embed your etherpad-lite into any webpage by using iframes. You can configure the embedded pad using embed paramters.
Example:
Cut and paste the following code into any webpage to embed a pad. The parameters below will hide the chat and the line numbers.
```
<iframe src='http://pad.test.de/p/PAD_NAME?showChat=false&showLineNumbers=false' width=600 height=400></iframe>
```
## showLineNumbers
* Boolean
Default: true
## showControls
* Boolean
Default: true
## showChat
* Boolean
Default: true
## useMonospaceFont
* Boolean
Default: false
## userName
* String
Default: "unnamed"
Example: `userName=Etherpad%20User`
## noColors
* Boolean
Default: false
## alwaysShowChat
* Boolean
Default: false