Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1069

Squence issue when attaching radio and radiogroup

XMLWordPrintable

      1.Click the button
      2.The two radios can be checked at the same time.

      <zk>
      <div id="div"/>
      <button label="click" >
      	<attribute name="onClick"><![CDATA[
      		Radiogroup g = new Radiogroup();
      		Radio r = new Radio();
      		r.setRadiogroup(g);
      		div.appendChild(r);
      		r = new Radio();
      		r.setRadiogroup(g);
      		div.appendChild(r);
      		div.appendChild(g);
      	]]></attribute>
      </button>
      </zk>

            SimonPai SimonPai
            matthewgo matthewgo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: