How to customize UI for specific section/elemtn using UserWorkForm

Hi all,

I am aware of the fact that we can override the UI behavior like padding etc in UserWorkForm for specific class?

I want to know if it is possible to achieve it for specific section etc using UserWorkForm.

For example I want to add extra padding to a repeat grid heading for specific section how can I access that element in UserWorkForm to achive it.

I know other option will be to add custom css in that particular section but just wanted to know can that be done using UserWorkForm.

Thanks in advance,

Aniket

Hi Aniket,

Try this :

  1. Enclose the table / repeat grid inside a dynamic layout

  2. On the presentation tab, use “Advanced Presentation options” and include your custom class.

  3. You can define padding for this in userWorkForm

see attached screenshots.

(OR)

you can use ur own custom style for table in the skin and applu in where needed – see screenshot

Thanks Krithika