Show / Hide Table of Contents

Class Dialog

Inheritance
Object
Dialog
Implements
IWebObject
IPlugin
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.AjaxMethods
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("Dialog")]
public class Dialog : IWebObject, IPlugin

Constructors

Dialog()

Declaration
public Dialog()

Methods

ButtonDialogWithCancel(String, String, String, String, String, String)

Declaration
public string ButtonDialogWithCancel(string title, string text, string dialogType, string context, string callBack, string buttonTexts)
Parameters
Type Name Description
String title
String text
String dialogType
String context
String callBack
String buttonTexts
Returns
Type Description
String

ConfirmCreateSuggestedAppointment(String, String, String, String)

Declaration
public static string ConfirmCreateSuggestedAppointment(string salesguidename, string appTitle, string date, string callback)
Parameters
Type Name Description
String salesguidename
String appTitle
String date
String callback
Returns
Type Description
String

ConfirmDelete(String, Boolean, String)

Declaration
public string ConfirmDelete(string linkHint, bool enableYesToAll, string callBack)
Parameters
Type Name Description
String linkHint
Boolean enableYesToAll
String callBack
Returns
Type Description
String

ConfirmDeleteRecurringAppointment(Int32, String, Boolean, Boolean, String)

Declaration
public string ConfirmDeleteRecurringAppointment(int appointmentId, string task, bool enableYesToAll, bool ignoreEmail, string callBack)
Parameters
Type Name Description
Int32 appointmentId
String task
Boolean enableYesToAll
Boolean ignoreEmail
String callBack
Returns
Type Description
String

ConfirmDeleteRecurringAppointmentWithEmail(Int32, String, Boolean, String)

Declaration
public string ConfirmDeleteRecurringAppointmentWithEmail(int appointmentId, string task, bool enableYesToAll, string callBack)
Parameters
Type Name Description
Int32 appointmentId
String task
Boolean enableYesToAll
String callBack
Returns
Type Description
String

ConfirmUpdateAppointmentSendEmail(Int32, String, Boolean, Boolean, String, Boolean)

Declaration
public string ConfirmUpdateAppointmentSendEmail(int appointmentId, string task, bool enableYesToAll, bool isLoggedOnMailServer, string callBack, bool displayNeverShowAgainCheckbox)
Parameters
Type Name Description
Int32 appointmentId
String task
Boolean enableYesToAll
Boolean isLoggedOnMailServer
String callBack
Boolean displayNeverShowAgainCheckbox
Returns
Type Description
String

DeleteUser(Int32, String)

Declaration
public string DeleteUser(int associateId, string callBack)
Parameters
Type Name Description
Int32 associateId
String callBack
Returns
Type Description
String

GetDialogSize(String)

Declaration
public Dialog.DialogInfo GetDialogSize(string name)
Parameters
Type Name Description
String name
Returns
Type Description
Dialog.DialogInfo

GetDialogSizes()

Declaration
public Dialog.DialogInfo[] GetDialogSizes()
Returns
Type Description
Dialog.DialogInfo[]

GetOnlineLearningURL()

Declaration
public string GetOnlineLearningURL()
Returns
Type Description
String

Information(String, String, String)

Declaration
public static string Information(string title, string text, string dialogType)
Parameters
Type Name Description
String title
String text
String dialogType
Returns
Type Description
String

OkNormalButton(String, String, String, String, String, String, String)

Declaration
public string OkNormalButton(string title, string text, string buttonText1, string buttonText2, string dialogType, string context, string callBack)
Parameters
Type Name Description
String title
String text
String buttonText1
String buttonText2
String dialogType
String context
String callBack
Returns
Type Description
String

OkNormalButtonWithCancel(String, String, String, String, String, String, String)

Declaration
public string OkNormalButtonWithCancel(string title, string text, string buttonText1, string buttonText2, string dialogType, string context, string callBack)
Parameters
Type Name Description
String title
String text
String buttonText1
String buttonText2
String dialogType
String context
String callBack
Returns
Type Description
String

OneButtonDialog(String, String, String, String, Boolean, Boolean)

Declaration
public static string OneButtonDialog(string title, string text, string dialogType, string callback, bool addCancel = false, bool useYesNo = false)
Parameters
Type Name Description
String title
String text
String dialogType
String callback
Boolean addCancel
Boolean useYesNo
Returns
Type Description
String

SetDialogSize(String, Int32, Int32)

Declaration
public void SetDialogSize(string name, int width, int height)
Parameters
Type Name Description
String name
Int32 width
Int32 height

SubstituteTemplateVariablesInUrl(String)

Declaration
public string SubstituteTemplateVariablesInUrl(string inStr)
Parameters
Type Name Description
String inStr
Returns
Type Description
String

ThreeButton(String, String, String, String, String, String, String)

Declaration
public string ThreeButton(string title, string text, string buttonText1, string buttonText2, string dialogType, string context, string callBack)
Parameters
Type Name Description
String title
String text
String buttonText1
String buttonText2
String dialogType
String context
String callBack
Returns
Type Description
String

YesNo(String, String, String, String, String)

Declaration
public string YesNo(string title, string text, string dialogType, string checkBoxText, string callBack)
Parameters
Type Name Description
String title
String text
String dialogType
String checkBoxText
String callBack
Returns
Type Description
String

YesNoCancel(String, String, String, String)

Declaration
public string YesNoCancel(string title, string text, string dialogType, string callBack)
Parameters
Type Name Description
String title
String text
String dialogType
String callBack
Returns
Type Description
String

YesNoHeading(String, String, String, String, String, String)

Declaration
public string YesNoHeading(string title, string text, string dialogType, string checkBoxText, string callBack, string heading)
Parameters
Type Name Description
String title
String text
String dialogType
String checkBoxText
String callBack
String heading
Returns
Type Description
String

Implements

IWebObject
SuperOffice.Factory.IPlugin
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top