Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 10:25 PM
Hi everyone,
I need help to set the text in the left side of field 'Inherent risk rating'(integer field) I tried through style but not working, value is coming on right side please see below
Solved! Go to Solution.
Labels:
- Labels:
-
Scripting and Coding
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 10:37 PM
I tried using this and it is working
g_form.getControl('u_inherent_risk_rating').style.textAlign = "left";
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 10:37 PM
I tried using this and it is working
g_form.getControl('u_inherent_risk_rating').style.textAlign = "left";