jjbears2k12
Programmer
Hi all,
I was actually looking if I could specify in my javascript a way to disable scrolling on all textboxes and textareas. Iam aware of the doNotScroll property that gets called on event.target.
event.target.getField("FieldName").doNotScroll=true
But donNotScroll would only work if I know the field name for sure but my textbox and textarea field name is dynamically generated and Iam not sure of a way to capture it.
Let me know if you have any suggestions.
Thanks
JJ
I was actually looking if I could specify in my javascript a way to disable scrolling on all textboxes and textareas. Iam aware of the doNotScroll property that gets called on event.target.
event.target.getField("FieldName").doNotScroll=true
But donNotScroll would only work if I know the field name for sure but my textbox and textarea field name is dynamically generated and Iam not sure of a way to capture it.
Let me know if you have any suggestions.
Thanks
JJ