|
|||||||
![]() |
|
|
Thread Tools |
|
#1
|
|||
|
|||
|
We're using a BorderLayout to create a form that spans across a few tabs. Since the BorderLayout needs to be appended to document.body (please correct me if I'm wrong) it takes all of our content outside the scope of the FORM element.
Example: <form> <div id="myborderlayout">hello</div> </form> <form> </form> <div id="myborderlayout">hello</div> If not, I'd like to request that feature ;-) |
|
#2
|
|||
|
|||
|
Did you try giving the form a unique ID and pass that to BorderLayout?
__________________
Tim Ryan - Ext JS Support Team Read BEFORE posting a question / BEFORE posting a Bug Use Google to Search - API / Forum API Doc (3.x | 2.x | 1.x) / FAQ / Wiki / Tutorials / 1.x->2.0 Migration Guide |
|
#3
|
||||
|
||||
|
BorderLayout can be rendered to any element as long as it has dimensions specified:
var layout = new BorderLayout('myborderlayout', { .... Remember, your internal myborderlayout element will need dimensions. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dialog width height synchronization with body | gzargary | Ext 1.x: Help | 4 | 03-19-2007 04:29 AM |
| Do not set body.innerHTML='' if scripts are loaded in body | vtswingkid | Ext 2.x: Help | 4 | 02-19-2007 03:51 PM |
| Ext.Button(document.body, {...}) failes to render??? | vtswingkid | Ext 1.x: Help | 2 | 01-19-2007 12:59 PM |
| BorderLayout ContentPanel body height | pomata | Ext 1.x: Bugs | 0 | 11-30-2006 09:24 PM |
| overlay.body has no properties? | thejoker101 | Ext 1.x: Help | 6 | 10-26-2006 11:50 AM |