gwt - Create DIV in java -


How do I create a DIV program in Java so that it represents the DIV that looks like this: < Pre> & lt; Div class = "fb-like-box" data-href = "http://www.facebook.com/platform" data-width = "595" data-show-face = "true" data -stream = "true" Data-header = "true" & gt; & Lt; / Div & gt;

For some reason, I need to do this in Java rather than an ERA-UI template; The reason is that it appears that when it changes in pages it is removed

Anyway, should I use divElement or do something else? The idea is that I should be able to create it on Java code and put it in a simple panel ...

Use the HTML widget:

  html html = new HTML (" 


Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

jsp - Google line chart x-axis shrinks on transition -

java - Reaching JTextField in a DocumentListener -