Hello everybody.
I am new with SmartGwt and i have a question.
I am using a TextItem, and i would like to make a TextItem without Label.
For example:
private final TextItem l4 = new TextItem ("Pp","code");
the Label is code.
private final TextItem l4 = new TextItem ("Pp","");
Without Label, but when i lunch the browser i can to see a double point near of the textbox (":"). SomeBody know how delete the double point?
i want a textfield along. must be a textitem cause after i will put it in dynamicForm and the dynamicform will be inside of a SectionStack
Thanks and sorry my english is not good
I am new with SmartGwt and i have a question.
I am using a TextItem, and i would like to make a TextItem without Label.
For example:
private final TextItem l4 = new TextItem ("Pp","code");
the Label is code.
private final TextItem l4 = new TextItem ("Pp","");
Without Label, but when i lunch the browser i can to see a double point near of the textbox (":"). SomeBody know how delete the double point?
i want a textfield along. must be a textitem cause after i will put it in dynamicForm and the dynamicform will be inside of a SectionStack
Thanks and sorry my english is not good
Comment