-
29 Jul 2008 3:54 AM #1
hr tag in form
hr tag in form
Hi All,
I am having big form with lots of textfield i would like to add 'hr' tag in between can we do that ?
-
29 Jul 2008 4:03 AM #2
Use a raw BoxComponent who's Element is an hr:
Code:{ xtype: 'box', autoEl: {tag: 'hr'} }Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642


Reply With Quote