MacOSXダッシュボードの開発は初めてです。これで、IDがb_startのボタンができました。そのボタンをクリックすると、ボタンのラベルが「丸」に変わります。
今、私はこれらを試しましたが、どれも機能しません:
document.getElementById("b_start").label = "Round";
document.getElementById("b_start").text = "Round";
document.getElementById("b_start").innerText = "Round";
document.getElementById("b_start").object.setValue("Round");
document.getElementById("b_start").value = "Round";
ボタンのラベルを変更する方法はありますか?