Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
24d55d6c
Commit
24d55d6c
authored
Apr 13, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove reference to `inverse.min.js` and fix tables
parent
2ec0dd75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
11 deletions
+9
-11
docs/source/developer_api.rst
docs/source/developer_api.rst
+8
-8
docs/source/quickstart.rst
docs/source/quickstart.rst
+1
-3
No files found.
docs/source/developer_api.rst
View file @
24d55d6c
...
@@ -835,9 +835,9 @@ To return an array of chatboxes, provide an array of JIDs:
...
@@ -835,9 +835,9 @@ To return an array of chatboxes, provide an array of JIDs:
+-------------------+------------------------------------------+
+-------------------+------------------------------------------+
| Method | Description |
| Method | Description |
+===================+==========================================+
+===================+==========================================+
| close | Close the chatbox. |
| close | Close the chatbox.
|
+-------------------+------------------------------------------+
+-------------------+------------------------------------------+
| focus | Focuses the chatbox textarea |
| focus | Focuses the chatbox textarea
|
+-------------------+------------------------------------------+
+-------------------+------------------------------------------+
| model.endOTR | End an OTR (Off-the-record) session. |
| model.endOTR | End an OTR (Off-the-record) session. |
+-------------------+------------------------------------------+
+-------------------+------------------------------------------+
...
@@ -845,13 +845,13 @@ To return an array of chatboxes, provide an array of JIDs:
...
@@ -845,13 +845,13 @@ To return an array of chatboxes, provide an array of JIDs:
+-------------------+------------------------------------------+
+-------------------+------------------------------------------+
| model.initiateOTR | Start an OTR (off-the-record) session. |
| model.initiateOTR | Start an OTR (off-the-record) session. |
+-------------------+------------------------------------------+
+-------------------+------------------------------------------+
| model.maximize | Minimize the chatbox. |
| model.maximize | Minimize the chatbox.
|
+-------------------+------------------------------------------+
+-------------------+------------------------------------------+
| model.minimize | Maximize the chatbox. |
| model.minimize | Maximize the chatbox.
|
+-------------------+------------------------------------------+
+-------------------+------------------------------------------+
| model.set | Set an attribute (i.e. mutator). |
| model.set | Set an attribute (i.e. mutator). |
+-------------------+------------------------------------------+
+-------------------+------------------------------------------+
| show | Opens/shows the chatbox. |
| show | Opens/shows the chatbox.
|
+-------------------+------------------------------------------+
+-------------------+------------------------------------------+
*The get and set methods can be used to retrieve and change the following attributes:*
*The get and set methods can be used to retrieve and change the following attributes:*
...
@@ -859,13 +859,13 @@ To return an array of chatboxes, provide an array of JIDs:
...
@@ -859,13 +859,13 @@ To return an array of chatboxes, provide an array of JIDs:
+-------------+-----------------------------------------------------+
+-------------+-----------------------------------------------------+
| Attribute | Description |
| Attribute | Description |
+=============+=====================================================+
+=============+=====================================================+
| height | The height of the chatbox. |
| height | The height of the chatbox.
|
+-------------+-----------------------------------------------------+
+-------------+-----------------------------------------------------+
| url | The URL of the chatbox heading. |
| url | The URL of the chatbox heading.
|
+-------------+-----------------------------------------------------+
+-------------+-----------------------------------------------------+
The **chatviews** grouping
The **chatviews** grouping
----------------------
----------------------
----
.. note:: This is only for private chats.
.. note:: This is only for private chats.
...
...
docs/source/quickstart.rst
View file @
24d55d6c
...
@@ -34,9 +34,7 @@ via the *script* and *link* tags:
...
@@ -34,9 +34,7 @@ via the *script* and *link* tags:
<script src="https://cdn.conversejs.org/dist/converse.min.js" charset="utf-8"></script>
<script src="https://cdn.conversejs.org/dist/converse.min.js" charset="utf-8"></script>
.. note:: For the fullscreen version of converse.js, replace
.. note:: For the fullscreen :ref:`view_mode` version of converse.js, replace ``converse.min.css`` with ``inverse.min.css``.
``converse.min.js`` with ``inverse.min.js`` and ``converse.min.css`` with
``inverse.min.css``.
.. note:: Instead of always loading the latest version of Converse.js via the
.. note:: Instead of always loading the latest version of Converse.js via the
CDN, it's generally better to load a specific version (preferably the
CDN, it's generally better to load a specific version (preferably the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment