bigmountainben
10 May 2009, 7:21 AM
name.setEmptyText("A short description of the task");
name.setFieldLabel("Some Label");
// we have to do it at this level because otherwise gxt styles take over
name.setIntStyleAttribute("margin-top", 10);
The margin-top will only apply to the TextBox, not the entire Field entry (Field Label+Text Box).
This is in the build from last night.
Ben
name.setFieldLabel("Some Label");
// we have to do it at this level because otherwise gxt styles take over
name.setIntStyleAttribute("margin-top", 10);
The margin-top will only apply to the TextBox, not the entire Field entry (Field Label+Text Box).
This is in the build from last night.
Ben