mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 07:35:05 -04:00
Restructure headings.
This commit is contained in:
parent
5fac05a395
commit
70fb765118
9 changed files with 97 additions and 69 deletions
|
@ -1,7 +1,13 @@
|
|||
# Embed parameters
|
||||
## Embed parameters
|
||||
You can easily embed your etherpad-lite into any webpage by using iframes. You can configure the embedded pad using embed paramters.
|
||||
|
||||
## Parameters
|
||||
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
|
||||
|
@ -38,12 +44,4 @@ Default: false
|
|||
### alwaysShowChat
|
||||
* Boolean
|
||||
|
||||
Default: false
|
||||
|
||||
|
||||
## Example
|
||||
```
|
||||
<iframe src='http://pad.test.de/p/PAD_NAME?showChat=false&showLineNumbers=false' width=600 height=400></iframe>
|
||||
```
|
||||
|
||||
Cut and paste this into any webpage (between the body tags) to embed a pad. The above parameters will hide the chat and the line numbers.
|
||||
Default: false
|
Loading…
Add table
Add a link
Reference in a new issue