Document allow_dragresize option.

This commit is contained in:
JC Brand 2015-09-22 12:39:52 +00:00
parent 586c9797c6
commit f3e2de9945
2 changed files with 11 additions and 2 deletions

View File

@ -107,8 +107,8 @@
},
refreshWebkit: function () {
/* This works around a webkit bug. Refresh the browser's viewport,
* otherwise chatboxes are not moved along when one is closed.
*/
* otherwise chatboxes are not moved along when one is closed.
*/
if ($.browser.webkit) {
var conversejs = document.getElementById('conversejs');
conversejs.style.display = 'none';

View File

@ -122,6 +122,15 @@ Allow users to add one another as contacts. If this is set to false, the
sections will all not appear. Additionally, all incoming contact requests will be
ignored.
allow_dragresize
----------------
* Default: ``true``
Allow users to resize chats by dragging the edges. Currently only supports
vertical resizing, horizontal resizing coming soon.
allow_muc
---------