Semper Posted July 17, 2013 Posted July 17, 2013 I need a programmatically scrolling for UniHTMLMemo. Something like scrollTop=0; But I can't access the textarea of the component Any help please! Quote
Sherzod Posted July 19, 2013 Posted July 19, 2013 Hi Semper! Try this: UniSession.AddJS('document.getElementById("'+UniHTMLMemo1.JSName+'_id-iframeEl").contentWindow.scrollTo(0, 0);'); Sincerely. 1 Quote
Semper Posted July 19, 2013 Author Posted July 19, 2013 Hi, duser! It works fine! I'm happy! Thank you very much! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.