It is necessary to call the function in the plugin options, it does not work
function randomInteger(min, max) { var rand = min + Math.random() * (max - min) rand = Math.round(rand); return rand; } .... bold : { title: CURLANG.bold, buttonHTML: '<span class="fonticon ve-tlb-bold1">\uE018</span>', excmd: 'bold', hotkey: 'ctrl+b', transform : { '<b='+randomInteger(1, 99999)+'>{SELTEXT}</b>':"[b]{SELTEXT}[/b]" } },
var o = { [prop]: "hey"}- Grundy