VAADIN - Button | implement in HTML Layout-Script
问题 is there any oportnunity to use a Vaadin Button in a HTML script? Id like to use the following button Button button_login = ew Button(); button_login.setID("buttonlogin"); and this button should be implement in the following script <div data-location="buttonlogin"></div> (Only an idea) Have so. an idea to bind the button in the html script? Thank! 回答1: I am quite unsure what you mean by html script . If it is something you can achieve using JavaScript then here is my try. Generally to execute