Show / Hide Table of Contents

Class PopUpManager

Inheritance
Object
PopUpManager
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.UI.ScriptObjects
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class PopUpManager

Constructors

PopUpManager()

Declaration
public PopUpManager()

Methods

Display(String, ContentAlignment)

Declaration
public static string Display(string popupClientId, ContentAlignment alignment)
Parameters
Type Name Description
String popupClientId
ContentAlignment alignment
Returns
Type Description
String

Display(String, ContentAlignment, String)

Declaration
public static string Display(string popupClientId, ContentAlignment alignment, string borderColor)
Parameters
Type Name Description
String popupClientId
ContentAlignment alignment
String borderColor
Returns
Type Description
String

Display(String, String, ContentAlignment)

Declaration
public static string Display(string popupClientId, string targetClientId, ContentAlignment alignment)
Parameters
Type Name Description
String popupClientId
String targetClientId
ContentAlignment alignment
Returns
Type Description
String

Display(String, String, ContentAlignment, String, String)

Declaration
public static string Display(string popupClientId, string targetClientId, ContentAlignment alignment, string borderColor = "#000", string cancelCallback = "")
Parameters
Type Name Description
String popupClientId
String targetClientId
ContentAlignment alignment
String borderColor
String cancelCallback
Returns
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top