Menu

#2683 The datebox shall fire onError after the error is cleared.

5.0.7
closed
nobody
5
2011-07-15
2011-05-25
jimmy shiau
No

<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>

Discussion

  •  chen asuka

    chen asuka - 2011-07-15
     
  •  chen asuka

    chen asuka - 2011-07-15
    • status: open --> closed
     

Log in to post a comment.