Author Topic: How to resize the chat window as operator mode?.  (Read 6298 times)

0 Members and 1 Guest are viewing this topic.

Anth

  • Full Member
  • ***
  • Posts: 10
How to resize the chat window as operator mode?.
« on: July 09, 2013, 02:39:00 PM »
Hi

How to resize the chat window as operator mode?.

Already resize the chat window in client mode.

But logoro not resize the chat window so if I could help operator

Sorry for my mistakes in English

Dmitriy Simushev

  • Moderator
  • Native
  • *****
  • Posts: 345
Re: How to resize the chat window as operator mode?.
« Reply #1 on: August 15, 2013, 01:19:12 PM »
Hello,

It is not trivial, but possible.

To do it you should modify 'js/source/users.js' file. Take a look at viewOpenCell method of HtmlGenerationUtils object (lines 76 - 104).
There are several pairs of values numbers 640 and 480 (lines 81, 88, 94). They are width and height of operator's chat
window respectively. You can change them to any other values.

More information about changing JavaScript files you can find here: http://mibew.org/forums/index.php/topic,329.0.html