简体   繁体   中英

Steps to integrate javaScript in vaadin 6

I need to integrate javascript with vaadin 6. I googled and got nothing to be understandable. Can anyone please suggest me a step by step process to integrate simple javascript into vaadin?

对于Vaadin 6,您应该可以像下面这样在Window中使用executeJavascript方法:

getWindow().executeJavaScript("alert(\"Hello JavaScript\");");

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM