$w.onReady(()=>{
$w('#myButton').onClick(()=>{
$w('#myTextfieldIDinBox1').text = "Changing-Text in box1"
$w('#myTextfieldIDinBox2').text = "Changing-Text in box2"
console.log("Text in BOX1 and BOX2 has been changed!")
})
})