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

A class used to style a tree model
Mostrar archivo Open project: RebelCMS/rebelcmsxu5

Private Properties

Property Type Description
NodeStyle System.Collections.Generic

Public Methods

Method 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

Method Description
NodeStyle ( ) : System.Collections.Generic

Method Details

AddCustom() public method

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

DimNode() public method

Dims the color of the model
public DimNode ( ) : void
return void

HighlightNode() public method

Adds the star icon highlight overlay to a model
public HighlightNode ( ) : void
return void

SecureNode() public method

Adds the padlock icon overlay to a model
public SecureNode ( ) : void
return void