Added EditoralSpellCheck format flag
This commit is contained in:
		@@ -655,6 +655,17 @@ namespace VEPROMS.CSLA.Library
 | 
			
		||||
				return LazyLoad(ref _PromptForCautionType, "@PromptForCautionType");
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		// Put in for Farley. This puts editor in editoral mode while a spell check being performed
 | 
			
		||||
		// - No change bars will be added
 | 
			
		||||
		// - existing change bars will remain
 | 
			
		||||
		private LazyLoad<bool> _EditoralSpellCheck;
 | 
			
		||||
		public bool EditoralSpellCheck
 | 
			
		||||
		{
 | 
			
		||||
			get
 | 
			
		||||
			{
 | 
			
		||||
				return LazyLoad(ref _EditoralSpellCheck, "@EditoralSpellCheck");
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	#endregion
 | 
			
		||||
	#region PrintDataAll
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user