Commit c7715c8a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

reset page number value by onblur event to show current page number.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26861 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 58b8417c
......@@ -123,7 +123,7 @@
<span class="image"/>\n
</button>\n
</tal:block>\n
<input id="listbox_set_page" name="page_start"\n
<input id="listbox_set_page" name="page_start" onblur="this.value=this.defaultValue"\n
tal:define="params python: {field_id+\'_setPage:method\':\'\',field_id+\'_page_start\':\'this.value\',\'list_style\':list_style}"\n
tal:attributes=\'id string:${field_id}_set_page;\n
name string:${field_id}_page_start;\n
......
748
\ No newline at end of file
749
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment