B2023-069 added a document style flag SecOvrideSupInfoTabOff to allow for the adjustment of the Supplemental Information step tabs on a per section basis
This commit is contained in:
parent
7311afded0
commit
7313a8dea8
@ -136,6 +136,20 @@ namespace VEPROMS.CSLA.Library
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
#region SecOvrideSupInfoTabOff
|
||||||
|
// This overrides the tab position of the Supplemental Information steps at the section level
|
||||||
|
// This will also override the overall supplemental Information tab adjustment set at the format level (SupInfoTabOff)
|
||||||
|
[Category("Miscellaneous")]
|
||||||
|
[Description("SecOvrideSupInfoTabOff")]
|
||||||
|
private LazyLoad<int?> _SecOvrideSupInfoTabOff;
|
||||||
|
public int? SecOvrideSupInfoTabOff
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return LazyLoad(ref _SecOvrideSupInfoTabOff, "@SecOvrideSupInfoTabOff");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
#region IsStepSection
|
#region IsStepSection
|
||||||
[Category("Miscellaneous")]
|
[Category("Miscellaneous")]
|
||||||
[Description("Is a Step Section")]
|
[Description("Is a Step Section")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user