<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
I need some help with Extjs, not specifically GeoExt.<br>
<br>
How to I add html to a panel. The best I can do is:<br>
<br>
{<br>
xtype: 'box',<br>
autoEl: 'div',<br>
id: 'login-msg',<br>
cls: 'mycontent'<br>
}<br>
<br>
However, this requires me to do all my own styling. Basically I have
a login form at the top of my panel, and want to add login status,
registration link, etc. below this.<br>
<br>
Jim<br>
<div class="moz-signature">-- <br>
James B. White<br>
Cary, NC<br>
H: 919-380-9615<br>
M: 919-698-1765<br>
<a href="http://whitecodingandmaps.com/">White Coding and Maps</a>
</div>
</body>
</html>