how to send a multi-line message in the chat-box
3 posters
Page 1 of 1
how to send a multi-line message in the chat-box
Hello,
Can I send a multi-line message in the chat-box
I tried Ctrl+Enter and Shift+Enter but neither starts a new line.
If it is not supported, is it possible by adding a script to head of the chatbox?
Also, how can I add a button to refresh manually chatbox (iframe) but not refreshing the parent document (top)?
Can I send a multi-line message in the chat-box
I tried Ctrl+Enter and Shift+Enter but neither starts a new line.
If it is not supported, is it possible by adding a script to head of the chatbox?
Also, how can I add a button to refresh manually chatbox (iframe) but not refreshing the parent document (top)?
Last edited by hbghlyj on August 26th 2021, 4:36 pm; edited 1 time in total
Re: how to send a multi-line message in the chat-box
Right now NO you can not add a line in the chat box the chat box is made for only small amounts of text at a time.
It would be nice to have the right to add more lines before you post your comment's
Some one with good javaScript knowledge could maybe help you but I could not say who could do it.
Have a great weekend.
It would be nice to have the right to add more lines before you post your comment's
Some one with good javaScript knowledge could maybe help you but I could not say who could do it.
Have a great weekend.
Re: how to send a multi-line message in the chat-box
Hello @hbghlyj,
Create a new Javascript page in the chatbox and use:
Create a new Javascript page in the chatbox and use:
- Code:
(function($) {
'use strict';
$(function() {
var $message = $('#chatbox_footer').find('[name="message"]');
$message
.replaceWith('<textarea id="message" name="message" placeholder="Your message here" class="post" autocomplete="off" style="font-weight: normal; font-style: normal; color: rgb(51, 51, 51);"></textarea>');
});
}(jQuery));
skouliki, Ape, TonnyKamper and hbghlyj like this post
Re: how to send a multi-line message in the chat-box
Problem solved & topic archived.
|
Similar topics
» Move chat send message to the bottom.
» [ONLY TOPIC] Roundcube webmail does not work
» how can i send message to members?
» How to remove "your message has been send"
» How to send a mass private message?
» [ONLY TOPIC] Roundcube webmail does not work
» how can i send message to members?
» How to remove "your message has been send"
» How to send a mass private message?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum