Project

General

Profile

« Previous | Next » 

Revision 48932

View differences:

MultiTextBoxFieldSet.java
34 34

  
35 35
        stringsPanel.add(multipleStringsForm);
36 36

  
37
        multipleStringsForm.setType(FormType.HORIZONTAL);
37
        multipleStringsForm.addStyleName("uk-form-horizontal");
38
//        multipleStringsForm.setType(FormType.HORIZONTAL);
38 39
        multipleStringsForm.add(new MyFormGroup(false, label, multipleStringPanel));
39 40

  
40 41
        final SingleTextBoxField stringField = new SingleTextBoxField();

Also available in: Unified diff