fix maxRows comment, patch by dean_tessman@hotmail.com, r/sr=neil
git-svn-id: svn://10.0.0.236/trunk@186034 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a59c54dbcb
commit
09659448cb
@ -120,7 +120,7 @@
|
||||
onset="this.setAttribute('timeout', val); return val;"
|
||||
onget="var t = parseInt(this.getAttribute('timeout')); return t ? t : 0;"/>
|
||||
|
||||
<!-- number of milliseconds after a keystroke before a search begins -->
|
||||
<!-- maximum number of rows to display -->
|
||||
<property name="maxRows"
|
||||
onset="this.setAttribute('maxrows', val); return val;"
|
||||
onget="var t = parseInt(this.getAttribute('maxrows')); return t ? t : 0;"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user