Field Level Style donot work in form.

User145619
Giga Expert

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.

find_real_file.png

1 ACCEPTED SOLUTION

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.


View solution in original post

9 REPLIES 9

Chuck Tomasi
Tera Patron

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.


User145619
Giga Expert

Hi Chuck,



I've checked that, I was trying this for time cards. to have all days in one row using style and some modifications, but the style properties doesn't seem to work.


If i leave value empty, the colour is applicable, but not the width.



find_real_file.png


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.


User145619
Giga Expert

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...