C# Class afung.MangaWeb3.Client.Admin.Modal.AdminFinderModal

Inheritance: afung.MangaWeb3.Client.Modal.ModalBase
Mostrar archivo Open project: a-fung/MangaWeb3 Class Usage Examples

Public Methods

Method Description
InternalShow ( jQueryObject targetField, int cid ) : void
ShowDialog ( jQueryObject targetField, int cid ) : void

Protected Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
AdminFinderModal ( ) : System
ChangeTargetFieldAndHide ( string url ) : void
FinderRequestSuccess ( AdminFinderResponse response ) : void
FinderRequestSuccess ( JsonResponse response ) : void
SelectButtonClicked ( jQueryApi.jQueryEvent e ) : void

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

InternalShow() public method

public InternalShow ( jQueryObject targetField, int cid ) : void
targetField jQueryObject
cid int
return void

ShowDialog() public static method

public static ShowDialog ( jQueryObject targetField, int cid ) : void
targetField jQueryObject
cid int
return void