zlsergey
11 Jun 2007, 3:06 AM
Who will prompt
new ext.Panel ({
layout: “border”
})
as into the panel to add something and to spread to spread on north, west, east, south, center?
If layout of "fit" or "auto" - that it is simple
items: [
new Of ext.form.TextField (),
new Of ext.form.TextField (),
new Of ext.form.TextField ()
]
For “border” it is not obtained: (
new ext.Panel ({
layout: “border”
})
as into the panel to add something and to spread to spread on north, west, east, south, center?
If layout of "fit" or "auto" - that it is simple
items: [
new Of ext.form.TextField (),
new Of ext.form.TextField (),
new Of ext.form.TextField ()
]
For “border” it is not obtained: (