-
20 Jul 2008 5:26 AM #1
how alter the margin between the TextField's label and it's inputbox?
how alter the margin between the TextField's label and it's inputbox?
how alter the margin between the TextField's label and it's inputbox?
thanks!
-
20 Jul 2008 12:44 PM #2
not sure about margin, but you can set the formpanel's label width that kinda gives the same result http://extjs.com/deploy/gxtdocs/com/...LabelWidth(int)
-
21 Jul 2008 2:19 AM #3
-
1 Aug 2008 3:33 AM #4
Use CSS rule
Use CSS rule
Other method is using a class css, for exemple:
and in yout label put:PHP Code:.labelExt{
margin-left: 5px;
}
PHP Code:var labelCheckbox = new Ext.form.Label({
text: 'Exibir Ocultos',
cls: 'labelExt'
});


Reply With Quote
gmail.com