Community
Participate
Working Groups
Build Identifier: M20100909-0800 I have a group of radio buttons arranged in vertical mode in UI with following definition: <group> <label>Publishing mode</label> <content> <property-editor> <property>Publishmode</property> <hint><name>show.label</name> <value>false</value></hint> <hint> <name>prefer.vertical.radio.buttons</name> <value>true</value> </hint> </property-editor> </content> </group> (Publishmode is enum type.) It seems the show.label=false hint doesn't work. A default label still shows up as a header for the radio buttons below. Reproducible: Always
Fixed a problem. Added the scenario to the gallery sample.
Verified with "Publishing mode" use case in earlier note and works as expected.
Closing.