javascript - Set controls on readOnly and not disabled CRM 2011 -
i have problem people want text color disabled fields in microsoft dynamics crm 2011. problem is, cannot change text color disabled fields in ie < 10. attribute readonly, works.
has idea, remove "disabled" attribute of controls , replace "readonly" in nice way without big , manual scripts?
best regards
your request unsupported customization, means can't achieve result using xrm object model.
you can use standard javascript manipulate dom , modify disabled fields, code can check browser version make right changes depending on ie version.
you need pay attention if code still works when install new rollup (if on-premise) or when crm online gets update.
Comments
Post a Comment