Hi Albert,
thanks for the reply.
I am quite new to ScriptCase, and I’m not getting it to work correctly.
I have a single record form, after loading (or opening) I’d like to achieve that the multiline-text is positioned at the end.
I tried adding a javascriptmethod “ScrollToBottom” under Programming/Javascript methods, with the following content (“stand” is the name of my multiline textfield):
var textBox = $get(“stand”);
textBox.scrollTop = textBox.scrollHeight;
Next to that I added following code in Events/OnApplicationInit:
$javascript_function = “ScrollToBottom()”;
sc_ajax_javascript($javascript_function);
Running the application I don’t get errors, but the multiline-text is not positioned at the bottom.
Any ideas welcome!
thanks, regards,
Glenn