Powered By ActiveOrgChart Evaluation Version
Assisted Solutions - Active Org-Chart - Demos
Active Org-Chart 1.0 Demos
© 2006-2010 Info Mason. All rights reserved
Return To Menu
Using entity templates
Next Demo
ABOUT THIS DEMO:
A TemplateEntity property can be set on the WebOrgChart or DrawnOrgChart which will be applied to each entity when DataBind() is called. A TemplateEntity is simply a normal DrawnEntity or WebEntity, and only the style properties will be replicated on data-bound entities. The following demo demonstrates how the styling of the TemplateEntity styles all data-bound Entities.
Demo Area
My Organization
Entity Template Properties
HoverBorderStyle
DragBorderStyle
BorderStyle
SideMargin
BoxSize
x
BoxCssClass
TitleCssClass
DescriptionCssClass
ImageCssClass
ImageUrl
Stagger
FillBrush
Direction
Vertical
ForwardDiagonal
BackwardDiagonal
Horizontal
Color1
Color2
Chart CSS
.EntityTitle{ font-family:tahoma; font-size:11px; font-weight:bold; } .EntityDescription{ font-family:tahoma; font-size:10px; } .EntityBox{ background-color:rgb(200,200,255); border:solid 1px gray; } .EntityImage{ }