Added to the User Interface
Settings for Builders Group Demo Event handler for Search Results Report and Resolution User Interface Added code to make DataLoader and PDF generation faster Added ToolTip Property to ItemInfo Added code to handle "AND Range" Transitions Changed comment Sorts ROs by value
This commit is contained in:
@@ -312,6 +312,17 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
set { _StepLevel = value; }
|
||||
}
|
||||
public string ToolTip
|
||||
{
|
||||
get
|
||||
{
|
||||
if (IsStep)
|
||||
return FormatStepData.Type;
|
||||
else if (IsSection)
|
||||
return MyDocStyle.Name;
|
||||
return "Procedure Title";
|
||||
}
|
||||
}
|
||||
public bool HasCautionOrNote
|
||||
{
|
||||
get { return Cautions != null || Notes != null; }
|
||||
|
Reference in New Issue
Block a user