C# Class Rebel.Cms.Web.Model.BackOffice.Trees.NodeStyle

A class used to style a tree model
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Private Properties

Свойство Type Description
NodeStyle System.Collections.Generic

Méthodes publiques

Méthode Description
AddCustom ( string cssClass ) : void

Adds a custom class to the li model of the tree

DimNode ( ) : void

Dims the color of the model

HighlightNode ( ) : void

Adds the star icon highlight overlay to a model

SecureNode ( ) : void

Adds the padlock icon overlay to a model

Private Methods

Méthode Description
NodeStyle ( ) : System.Collections.Generic

Method Details

AddCustom() public méthode

Adds a custom class to the li model of the tree
public AddCustom ( string cssClass ) : void
cssClass string
Résultat void

DimNode() public méthode

Dims the color of the model
public DimNode ( ) : void
Résultat void

HighlightNode() public méthode

Adds the star icon highlight overlay to a model
public HighlightNode ( ) : void
Résultat void

SecureNode() public méthode

Adds the padlock icon overlay to a model
public SecureNode ( ) : void
Résultat void