1

Can anyone give some idea on how to go about customizing the converse.js file in angularjs so that it can be displayed as a web page rather than its predefined toggle functionality?

Please give some idea about how to initiate with the customization of the .js file.

Thanx.

This is how the basic page would look(already coded).

This is how the basic page would look(already coded).

JC Brand
  • 2,652
  • 18
  • 18
Naman Gupta
  • 67
  • 1
  • 1
  • 15

1 Answers1

2

You'll be able to do it without customizing the existing .js files, but you won't be able to do it without writing Javascript.

You'll have to write a plugin for converse.js that overrides and extends its functionality.

Your goal is very similar to the question asked here: Converse.js render into a container

And the answer is pretty much the same as well, except that you will need to not only override the ChatBoxView but also the ControlBoxView to render it in the correct place.

Community
  • 1
  • 1
JC Brand
  • 2,652
  • 18
  • 18