C# Класс Rebel.Cms.Web.Model.BackOffice.Trees.NodeStyle

A class used to style a tree model
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
NodeStyle System.Collections.Generic

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
NodeStyle ( ) : System.Collections.Generic

Описание методов

AddCustom() публичный Метод

Adds a custom class to the li model of the tree
public AddCustom ( string cssClass ) : void
cssClass string
Результат void

DimNode() публичный Метод

Dims the color of the model
public DimNode ( ) : void
Результат void

HighlightNode() публичный Метод

Adds the star icon highlight overlay to a model
public HighlightNode ( ) : void
Результат void

SecureNode() публичный Метод

Adds the padlock icon overlay to a model
public SecureNode ( ) : void
Результат void