
- 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:15 AM
Did you check the 'value' of the state field? Most state fields (OOB task extended fields anyway) have numeric values. For example, Closed Complete is 3. I suspect Processed may be a number or 'processed'. Go to the sys_choice table and find the right combination of table, element, and label to validate.

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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2016 06:31 AM
I don't believe UI16 (or even UI15) supports anything but the background-color attribute. I recall this being the case when we went from solid backgrounds to dots as the default.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2016 06:39 AM
Thanks Chuck for clarifying on the style. But the documentation still has it. So i was confused. The Javascript also seems to fail. Maybe we should get rid of styles. As they don't work anymore...