ReadOnly Step Property for Backgrounds
Support ReadOnly step property for rtb size Support ReadOnly for rtb Pagination for Background documents, i.e. HLS/Caution/Note have pagebreaks Pagination for Backgrounds; Pagelist items for Backgrounds; tabs & offset for backgrounds & minor general Callaway PageList items for Background documents (HLRNO & HLSTAB) and CURDATE & CURTIME (for fnpnmp)
This commit is contained in:
@@ -3553,6 +3553,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _ParentType, "@ParentType");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _ReadOnly;
|
||||
public bool ReadOnly
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _ReadOnly, "@ReadOnly");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _Inactive;
|
||||
public bool Inactive
|
||||
{
|
||||
@@ -4588,6 +4596,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _RNOIdentEdit, "TabData/@RNOIdentEdit");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _RNOIdent;
|
||||
public string RNOIdent
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _RNOIdent, "TabData/@RNOIdent");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _RNOIdentPrint;
|
||||
public string RNOIdentPrint
|
||||
{
|
||||
|
Reference in New Issue
Block a user