Inserting a DIV in a GWT Panel

2012-05-06 Thread Xybrek
I have this DIV on my application jsp page which I need to inject in to a GWT VerticalPanel. Coded on top of the iframe tag which contains __gwt_historyFrame : **index.jsp** div class=footer id=footer style=display:none pCopyright Š 2012 MyCompany. All Rights Reserved./p

Re: Inserting a DIV in a GWT Panel

2012-05-06 Thread yves
I'm not sure, but try to remove the style display:none or change it (something like footer.setProperty(display, xxx)) when you append the element. Yves -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Inserting a DIV in a GWT Panel

2012-05-06 Thread Dennis Haupt
if you can wait until tomorrow, i can take a look at a method that cuts pasted a div into a gwt panel and works. Am 06.05.2012 17:05, schrieb yves: I'm not sure, but try to remove the style display:none or change it (something like footer.setProperty(display, xxx)) when you append the