#SAIL Hi , I upgraded our Dev env to Appian 7.5 and then understood that t

#SAIL
Hi , I upgraded our Dev env to Appian 7.5 and then understood that the default label position of all SAIL components is now "ABOVE". We have many SAIL forms in different applications and adding labelPosition: "ADJACENT" is going to take lot of time and effort. I want to know if there is any property I can set on server to make default label positions "ADJACENT" ?

Thanks,
Rajat...

OriginalPostID-108949

OriginalPostID-108949

  Discussion posts and replies are publicly visible

Parents
  • The defaults are not configurable and there's no supported approach to change them. If you need to use a different label position you need to explicitly add the label position in your SAIL definition.

    If you are using wrappers (just like what the Appian Common Objects App does) instead of the native functions to create the components then you could simply modify the default behavior of your wrapper expression.

    Keep in mind that ABOVE has more benefits: Eye tracking studies show it's less taxing and i's also better for longer labels.
Reply
  • The defaults are not configurable and there's no supported approach to change them. If you need to use a different label position you need to explicitly add the label position in your SAIL definition.

    If you are using wrappers (just like what the Appian Common Objects App does) instead of the native functions to create the components then you could simply modify the default behavior of your wrapper expression.

    Keep in mind that ABOVE has more benefits: Eye tracking studies show it's less taxing and i's also better for longer labels.
Children
No Data