C# 클래스 AspNetEdit.Editor.UI.RootDesignerView

상속: Gecko.WebControl
파일 보기 프로젝트 열기: mono/aspeditor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
instance RootDesignerView

보호된 프로퍼티들

프로퍼티 타입 설명
active bool

공개 메소드들

메소드 설명
Destroy ( ) : void
GetInstance ( IDesignerHost host ) : RootDesignerView

비공개 메소드들

메소드 설명
AddControl ( Control control ) : void
BeginLoad ( ) : void
DoCommand ( string editorCommand ) : void
GetDocument ( ) : string
InsertFragment ( string fragment ) : void
JSActivate ( string args ) : string

Name: Activate Called when the XUL document is all loaded and ready to recieve ASP.NET document Arguments: none Returns: none

JSClick ( string args ) : string

Name: Click Called when the document is clicked Arguments: enum ClickType: The button used to click (Single|Double|Right) string Component: The unique ID if a Control, else empty Returns: none

JSDebugStatement ( string args ) : string

Name: DebugStatement Writes to the console on behalf of Javascript Arguments: string message: the debug message Returns: none

JSDeserializeAndAdd ( string args ) : string

Name: DeserializeAndAdd Deserialises a fragment of ASP.NET code into a Gecko designer document fragment and adds the controls, directives etc to the host. Arguments: string designerDocumentFragment: the ASP.NET document fragment Returns: the deserialised document

JSDocumentReturn ( string args ) : string

Name: DocumentReturn Callback function for when host initiates document save Arguments: string document: the document text, with placeholder'd controls Returns: none

JSException ( string args ) : string

Name: ThrowException Throws managed exceptions on behalf of Javascript Arguments: string location: some description of where the error occurred string message: the exception's message Returns: none

JSRemoveControl ( string args ) : string

Name: RemoveControl Removes a control from the host when its Gecko representation is removed Arguments: string id: the control's ID Returns: none

JSResize ( string args ) : string

Name: ResizeControl Writes to the console on behalf of Javascript Arguments: string id: the control's ID string width: the control's width string height: the control's height Returns: none

JSSerialize ( string args ) : string

Name: Serialize Serialises a fragment of a Gecko document into ASP.NET code Arguments: string designerDocumentFragment: the Gecko document fragment Returns: the serialised document

RemoveControl ( Control control ) : void
RenameControl ( string oldName, string newName ) : void
RootDesignerView ( IDesignerHost host ) : System
changeService_ComponentChanged ( object sender, ComponentChangedEventArgs e ) : void
selectionService_SelectionChanged ( object sender, EventArgs e ) : void

메소드 상세

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

GetInstance() 공개 정적인 메소드

public static GetInstance ( IDesignerHost host ) : RootDesignerView
host IDesignerHost
리턴 RootDesignerView

프로퍼티 상세

active 보호되어 있는 프로퍼티

protected bool active
리턴 bool

instance 공개적으로 정적으로 프로퍼티

public static RootDesignerView instance
리턴 RootDesignerView