Hello,
I work in an environment where there is a lots of pre-written javascript that works really well for what the app does. Now, we want to utilize smartgwt with our app. For this, we need to write smartgwt widgets which overlay our widgets and javascript. This causes problems because our JS does not understand smartgwt's dom hierarchy or event model. there is plenty of documentation on how to create a plain gwt custom widget and make with the rest of GWT code. I have not found anything so far on how to create custom widgets with smart though. I am finding my way through reading code on VLayout, Button and other widgets in smartgwt. It looks like merely extending from Canvas or VLayout does not do the trick. Would anyone know how to do this?
Again, I am not trying add gwt widgets to smartgwt or inter mix any other library. i want to write pure smartgwt classes that overlay pre-existing javascript.
Thank you!
Demer
I work in an environment where there is a lots of pre-written javascript that works really well for what the app does. Now, we want to utilize smartgwt with our app. For this, we need to write smartgwt widgets which overlay our widgets and javascript. This causes problems because our JS does not understand smartgwt's dom hierarchy or event model. there is plenty of documentation on how to create a plain gwt custom widget and make with the rest of GWT code. I have not found anything so far on how to create custom widgets with smart though. I am finding my way through reading code on VLayout, Button and other widgets in smartgwt. It looks like merely extending from Canvas or VLayout does not do the trick. Would anyone know how to do this?
Again, I am not trying add gwt widgets to smartgwt or inter mix any other library. i want to write pure smartgwt classes that overlay pre-existing javascript.
Thank you!
Demer
Comment