Revision history [back]

click to hide/show revision 1
initial version

asked 2018-08-24 19:21:41 +0800

tisaksen gravatar image tisaksen

Popup with radiogroup not working?

I am trying to place a simple collection of radiobuttons inside a popup and it's not working. The radiobuttons can't be selected. Am I doing something wrong?

**<zk xmlns="&lt;a href=" http:="" www.zkoss.org="" 2005="" zul"="">http://www.zkoss.org/2005/zul" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:n="native" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.zkoss.org/2005/zul http://www.zkoss.org/2005/zul/zul.xsd http://www.w3.org/1999/xhtml http://www.w3.org/2002/08/xhtml/xhtml1-strict.xsd"> <window border="none">

    <popup id="mypop">
        <radiogroup>
            <radio value="A"/>
            <radio value="B"/>
            <radio value="C"/>
            <radio value="D"/>
            <radio value="E"/>
        </radiogroup>
    </popup>

    <button popup="mypop" label="Click to pop"/>
</window>

</zk>**

Popup with radiogroup not working?

I am trying to place a simple collection of radiobuttons inside a popup and it's not working. The radiobuttons can't be selected. Am I doing something wrong?

**<zk xmlns="&lt;a href=" http:="" www.zkoss.org="" 2005="" zul"="">http://www.zkoss.org/2005/zul" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:n="native" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.zkoss.org/2005/zul http://www.zkoss.org/2005/zul/zul.xsd http://www.w3.org/1999/xhtml http://www.w3.org/2002/08/xhtml/xhtml1-strict.xsd"> <window border="none">

<window border="none">

    <popup id="mypop">
        <radiogroup>
            <radio value="A"/>
            <radio value="B"/>
            <radio value="C"/>
            <radio value="D"/>
            <radio value="E"/>
        </radiogroup>
    </popup>

    <button popup="mypop" label="Click to pop"/>
</window>

</zk>**

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More