Select Page
<script type = “text/javascript”>
var str = $(‘.SFC.SourceCode-Forms-Controls-Web-TextBox[name=”Text Box”]’).SFCTextBox(‘option’,’text’);
var strarray = str.split(“,”);
let i = 0;
while (i < strarray.length) {
console.log(i + ‘ ‘ +strarray[i]);
$(‘.SFC.SourceCode-Forms-Controls-Web-DataLabel[name=”dlCurrentValue”]’).SFCLabel(‘option’,’text’,strarray[i]);
    i++;
}
</script>
0 0 vote
Article Rating
0
Would love your thoughts, please comment.x
()
x