With the latest core (r25613 for sure, probably from a bit earlier), the way form field inputs are render is different from before. As a result, radio buttons and check boxes of a form field are now displayed on the following line of "Set VAR =".
That's fixed. The fixed version works well with older TWiki cores.
--
TWiki:Main/HideyoImazu
- 2013-04-01
I tried it out. The checkboxes and radio buttons are now vertical aligned with the "Set NAME =". Possible to do the "Set Name =" top aligned? I think that would look more natural.
Above test is done with this form:
Name |
Type |
Size |
Values |
Tooltip message |
Attributes |
TText1 |
text |
100 |
|
Testing |
|
TCombobox3 |
combobox |
40 |
G1, G2, G3, G4 |
Testing combobox |
S |
TSelect1 |
select |
1 |
S1, S2, S3, S4, S5, S6 |
Testing select |
S |
TCheckbox |
checkbox |
4 |
C1 long long stuff long long stuff, C2 long long stuff long long stuff, C3 long long stuff, C4 long long stuff long long stuff, C5 long long stuff, C6 long long stuff , C7 long long stuff , C8 long long stuff , C9 long long stuff |
Testing checkbox |
S |
TRadio1 |
radio |
4 |
R1, R2, R3, R4, R5, R6, R7, R8 |
Testing radio |
S |
--
Peter Thoeny - 2013-04-01
Also, I think it is better to sync this plugin to the 5.1 branch (after testing).
--
TWiki:Main.PeterThoeny
- 2013-04-01
Something is not right with the combobox, the pulldown is not in the right spot.
Same issue with WEBBGCOLOR.
--
TWiki:Main.PeterThoeny
- 2013-04-01
All the issues were addressed a while back. Forgot to close this.
--
TWiki:Main.HideyoImazu
- 2013-10-11