Stop generation tables and fieldset tag in output of Check box / Radio button Group control

后端 未结 2 1233
别跟我提以往
别跟我提以往 2021-01-16 07:31

When using a checkbox group XPage generates fieldset and table tags around it. Is there a way to not generate that? For e.g. if my XPage s

2条回答
  •  情深已故
    2021-01-16 08:03

    You can also use the xp:radio control instead of the xp:radioGroup control and then group several radio buttons using the groupName property. Radio buttons rendered from xp:radio are not surrounded with fieldset and table.

提交回复
热议问题