|
@@ -835,9 +835,9 @@ To return an array of chatboxes, provide an array of JIDs:
|
|
|
+-------------------+------------------------------------------+
|
|
|
| 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. |
|
|
|
+-------------------+------------------------------------------+
|
|
@@ -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.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). |
|
|
|
+-------------------+------------------------------------------+
|
|
|
-| 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:*
|
|
@@ -859,13 +859,13 @@ To return an array of chatboxes, provide an array of JIDs:
|
|
|
+-------------+-----------------------------------------------------+
|
|
|
| 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
|
|
|
-----------------------
|
|
|
+--------------------------
|
|
|
|
|
|
.. note:: This is only for private chats.
|
|
|
|