C# Class ThreejsDemo.AccordionPanel

Afficher le fichier Open project: guidovanhilst/SharpThreejs Class Usage Examples

Méthodes publiques

Свойство Type Description
MainContainer Bridge.jQuery2.jQuery
PType PanelType
PanelGroup Bridge.jQuery2.jQuery
id string
panelCount int

Méthodes publiques

Méthode Description
AddPanel ( string title, Bridge.jQuery2.jQuery content, Action clickHandler = null, object panelTag = null ) : Bridge.jQuery2.jQuery
Make ( string headerText, string subtext, string id, PanelType type ) : AccordionPanel

Private Methods

Méthode Description
Collapse ( Bridge.jQuery2.jQueryEvent e ) : void
GetPanelTypeName ( PanelType t ) : string
MakeContentPanel ( Bridge.jQuery2.jQuery content, string id ) : Bridge.jQuery2.jQuery
MakePanelTitle ( string title, string href, string dataParent, Action clickHandler, object panelTag ) : Bridge.jQuery2.jQuery

Method Details

AddPanel() public méthode

public AddPanel ( string title, Bridge.jQuery2.jQuery content, Action clickHandler = null, object panelTag = null ) : Bridge.jQuery2.jQuery
title string
content Bridge.jQuery2.jQuery
clickHandler Action
panelTag object
Résultat Bridge.jQuery2.jQuery

Make() public static méthode

public static Make ( string headerText, string subtext, string id, PanelType type ) : AccordionPanel
headerText string
subtext string
id string
type PanelType
Résultat AccordionPanel

Property Details

MainContainer public_oe property

public jQuery,Bridge.jQuery2 MainContainer
Résultat Bridge.jQuery2.jQuery

PType public_oe property

public PanelType PType
Résultat PanelType

PanelGroup public_oe property

public jQuery,Bridge.jQuery2 PanelGroup
Résultat Bridge.jQuery2.jQuery

id public_oe property

public string id
Résultat string

panelCount public_oe property

public int panelCount
Résultat int