C# Class afung.MangaWeb3.Client.Modal.ModalBase

Mostra file Open project: a-fung/MangaWeb3

Protected Properties

Property Type Description
attachedObject jQueryObject

Public Methods

Method Description
ModalBase ( string template, string templateId ) : System

Protected Methods

Method Description
Hide ( ) : void
Initialize ( ) : void
OnShown ( ) : void
Show ( ) : void
ShowStatic ( ) : void

Private Methods

Method Description
OnShown ( jQueryApi.jQueryEvent e ) : void

Method Details

Hide() protected method

protected Hide ( ) : void
return void

Initialize() protected abstract method

protected abstract Initialize ( ) : void
return void

ModalBase() public method

public ModalBase ( string template, string templateId ) : System
template string
templateId string
return System

OnShown() protected method

protected OnShown ( ) : void
return void

Show() protected method

protected Show ( ) : void
return void

ShowStatic() protected method

protected ShowStatic ( ) : void
return void

Property Details

attachedObject protected_oe property

protected jQueryObject attachedObject
return jQueryObject