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

The datebox shall fire onError after the error is cleared.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.8
    • 5.0.7
    • Components
    • None

      https://sourceforge.net/tracker/?func=detail&aid=3307376&group_id=152762&atid=785191

      <zk>
      <html><![CDATA[
      <ol>
      <li>Type "aa" in the datebox, then press "tab" key</li>
      <li>You can see "error1" in the below of datebox.</li>
      <li>Delete "aa" in the datebox, then press "tab" key</li>
      <li>You can see "error2" in the below of datebox.</li>
      </ol>
      ]]></html>
      <zscript>int i = 1;</zscript>
      <datebox format="dd-MMM-yyyy"
      onError='msg.value = "error" + (i++);'/>
      <separator height="50px"/>
      <label id="msg"/>

      </zk>

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

              Created:
              Updated:
              Resolved: