Class PopUpManager
Inherited Members
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 |