
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2016 06:05 AM
1) The width property for field style is not working.
2) The Java Script Expression doesn't work. Example below, it should show colour/width when the state is not Processed. But none seems to happen.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2016 06:51 AM
Thank you. The second one is still valid. We do honor the javascript: notation in the value field. I use it all the time. The first one is questionable. I've asked our doc team and UX team to verify my understanding on the deprecation of the width attribute.
I'll keep you updated. Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2016 06:41 AM
Can you point me to the documentation that mentions this? I can work with the documentation team to make corrections if needed.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2016 06:44 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2016 06:51 AM
Thank you. The second one is still valid. We do honor the javascript: notation in the value field. I use it all the time. The first one is questionable. I've asked our doc team and UX team to verify my understanding on the deprecation of the width attribute.
I'll keep you updated. Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2016 07:01 AM
Thanks , The JavaScript looks to work for the list, but not for the form. It's kind of using below logic.
If (value is something)
apply style to List.
else if (value is empty)
apply style to form.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2016 07:17 AM
Correct. Field styles apply to the list. To change the form requires a client script and DOM manipulation (not recommended.)