Hi,
the obivious way:   :)
panel.setHtml(panel.getHtml()+"<br/>example");

Or you can try with the Label class (http://gwt-ext.com/docs/2.0.4/com/
gwtext/client/widgets/form/Label.html). Create one label per message
and then add to the panel (I don't know if it works without
FormPanel...)

Or perhaps... a TextArea field.

Regards,
Leo


On Jan 20, 6:05 am, frankCostello <[email protected]> wrote:
> I'm doing a little chat.
> I want to know how to add an inscription to a panel.
> writing panel.setHtml("example") I delete all the content there.
> I want instead of the previous content will not be erased and the new
> writing is added to it.
> thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to