Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to paste into multiple rows/column at the same time?

Dailin Garcia Young October 8, 2019

How can I paste an emoticon / symbol  into multiple columns/rows within a table at the same time?

1 answer

0 votes
Dominic Lagger
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 9, 2019

Hi @Dailin Garcia Young

I don't think there is a good solution for you. I've searched a lot in the internet, but at the end of the day, I always had to insert the symbol by hand. 

I tried something else with javascript and it worked. Perhaps this is a option for you.

This you have to execute in the edit mode. The best way is to you chrome Snippets. The script adds the HTML in the column number 2 of the first table on the page. Feel free to adjust

var elements = document.getElementsByClassName("confluenceTable")[0].rows
column = 2;
for (var i = 1; i < elements.length; i++) {
elements[i].getElementsByClassName("confluenceTd")[column].innerHTML = 'EMOJI / SYMBOL IN HTML HERE';
}

Regards 

Dominic

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events