Dear Team,
Is it possible to wrap label text globally using style sheet in acumatica.
Thanks,
Arun
Hi @arun83 I don’t think wrap the label text but you can provide the Label Width as “L”, “XL”, “XXL” in the .aspx page for the PXLayoutRule.
<px:PXLayoutRule runat="server" ControlSize="SM" LabelsWidth="L" StartColumn="True" />
Is it possible to set this Globally ? do i need to do it in each aspx page?
@arun83 It will work with each screen and each section that we wanted to expand the label width.
It won’t support for globally.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.