C# Class Ext.Net.Editor

Mostra file Open project: pgodwin/Ext.net

Private Properties

Property Type Description
CancelEdit void
CancelEdit void
CompleteEdit void
CompleteEdit void
Editor System
GetClientConstructor string
Realign void
SetSize void
SetValue void
SetValueProxy void
StartEdit void
StartEdit void

Public Methods

Method Description
Editor ( Config config ) : System

Private Methods

Method Description
CancelEdit ( ) : void
CancelEdit ( bool remainVisible ) : void
CompleteEdit ( ) : void
CompleteEdit ( bool remainVisible ) : void
Editor ( ) : System
GetClientConstructor ( bool instanceOnly, string body ) : string
Realign ( ) : void
SetSize ( int width, int height ) : void
SetValue ( string value ) : void
SetValueProxy ( string value ) : void
StartEdit ( string el ) : void
StartEdit ( string el, string value ) : void

Method Details

Editor() public method

public Editor ( Config config ) : System
config Config
return System