Show / Hide Table of Contents

Class Splitter

Inheritance
Object
Splitter
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("Splitter")]
public class Splitter : IWebObject, IPlugin

Constructors

Splitter()

Declaration
public Splitter()

Methods

GetHorizontalSplitterPos(String, Int32)

Declaration
public string GetHorizontalSplitterPos(string superStatePanelId, int clientHeight)
Parameters
Type Name Description
String superStatePanelId
Int32 clientHeight
Returns
Type Description
String

GetSessionVariable(String)

Declaration
public string GetSessionVariable(string sessionVar)
Parameters
Type Name Description
String sessionVar
Returns
Type Description
String

GetVerticalSplitterPos(String, Int32)

Declaration
public string GetVerticalSplitterPos(string superStatePanelId, int clientWidth)
Parameters
Type Name Description
String superStatePanelId
Int32 clientWidth
Returns
Type Description
String

SetHorizontalSplitterPos(Int32, String)

Declaration
public void SetHorizontalSplitterPos(int pos, string superStatePanelId)
Parameters
Type Name Description
Int32 pos
String superStatePanelId

SetSessionVariable(String, String)

Declaration
public void SetSessionVariable(string sessionVar, string value)
Parameters
Type Name Description
String sessionVar
String value

SetSplitterPos(Int32, Int32, Int32, Int32, String)

Declaration
public void SetSplitterPos(int winHeight, int winWidth, int xPos, int yPos, string superStatePanelId)
Parameters
Type Name Description
Int32 winHeight
Int32 winWidth
Int32 xPos
Int32 yPos
String superStatePanelId

SetVerticalSplitterPos(Int32, String, Int32)

Declaration
public void SetVerticalSplitterPos(int pos, string superStatePanelId, int clientWidth)
Parameters
Type Name Description
Int32 pos
String superStatePanelId
Int32 clientWidth

SetWindowSize(Int32, Int32)

Declaration
public void SetWindowSize(int height, int width)
Parameters
Type Name Description
Int32 height
Int32 width

UpdateSplitterPos(Int32, Int32, Int32, Int32, String)

Declaration
public int[] UpdateSplitterPos(int winHeight, int winWidth, int xPos, int yPos, string superStatePanelId)
Parameters
Type Name Description
Int32 winHeight
Int32 winWidth
Int32 xPos
Int32 yPos
String superStatePanelId
Returns
Type Description
Int32[]

Implements

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