dynamics crm 2011 - how to expand a text field in order to remove scrolling by using javascript -


i deal dynamics crm 2011 online , faced troubles printing documents there.

if there scroll form in print window it'll , can't coz there editing function there.

i'm interested resize/expand text field in order make text visible user without scrolling?

is there method in javascript can remove scroll resizing field?

in dynamics crm may use such functios on onload event.

thanks in advance

tried

 function textareaadjust(o) { o.style.height = "1px"; o.style.height = (25+o.scrollheight)+"px"; } 

got error:

'style' -  null or it's not object 

not in supported fashion.

supported extensions microsoft dynamics crm

form scripting

microsoft jscript functions associated through customization tools available events in form supported. interaction data in form supported when performed using documented objects , methods available within xrm.page.data object. interaction form appearance , behavior supported when performed using documented objects , methods available within xrm.page.ui object. however, direct interaction html document object model (dom) not upgradable. structure of forms , html elements used in forms change in future releases. more information, see write code microsoft dynamics crm forms.

and far know xrm.page.ui doesn't support kind of functionality.


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -