[img]http://dl.iteye.com/upload/attachment/291628/216cfb40-60f3-3575-83a4-dee2d2e800f5.jpg[/img]
就是把图片中的文字居中,现在是向上的,谢谢
测试小例子
[code="java"] <br> Ext.onReady(function(){<br> Ext.QuickTips.init();</p> <pre><code>var field = new Ext.form.TextArea({ width: 200, grow: true, labelSeparator:"", fieldLabel: '<div style="margin-top:18px">empty:</div>', allowBlank: false, maxLength: 50, minLength: 10 }); var form = new Ext.form.FormPanel({ title: 'form', frame: true, items: [field], labelAlign:"right", renderTo: 'form' }); </code></pre> <p>});<br>