Hello,
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
[code]
<div data-location="buttonlogin"></div>
[/code](Only an idea)
Have so. an idea to bind the button in the html script?
Thank!