C# 클래스 Rebel.Cms.Web.Model.BackOffice.Trees.NodeStyle

A class used to style a tree model
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

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