KoolTreeGrid - Great PHP TreeGridKoolTreeGrid - Great PHP TreeGridFullVersion 1.0.0.0 released on 05/22/2014

Appearance - KoolTreeGrid CSS Styles

Select a style for KoolTreeGrid:
PropertyDefault ValueExample ValueTypeDescription
  • ChartSeries
    • ChartType
    • Name
    • MissingValue
    • Stacked
    • ExplodedRatio
    • PieLabel
    • Appearance
      • BackgroundColor
    • LabelsAppearance
      • Visible
      • DataFormatString
      • Position
      • RotationAngle
      • FontColor
      • FontFamily
      • FontSize
      • FontStyle
      • FontWeight
    • MarkersAppearance
      • Visible
      • MarkersType
      • BackgroundColor
    • TooltipsAppearance
      • Visible
      • DataFormatString
      • BackgroundColor
      • FontColor
      • FontFamily
      • FontSize
      • FontStyle
      • FontWeight
    • Items
  Object 
ColumnStringSet chart type
<auto>StringSet series' name
GapStringSet replacement for missing values
falseBoolSet true to make series a stacked chart
1.15NumberSet exploded ratio for exploded pie item of pie chart
  ObjectOptions for labels of pie chart
  ObjectSeries' appearance
<auto>StringSet series' background color
  ObjectSeries' label appearance
trueBoolSet series' label's visibility
{0}StringSet the format of series' labels
OutsideEndStringSet the position of series' labels
0Numberseries' label's initial angle
<inherit>StringSet series' label's font color
<inherit>StringSet series' label's font family
<inherit>StringSet series' label's font size
<inherit>normalStringSet series' label's font style
<inherit>normalStringSet series' label's font weight
  ObjectSeries' marker appearance
trueBoolSet series' marker's visibility
CircleStringSet the type of series' markers
nullStringSet the background color of series' markers
  ObjectSeries' tooltip appearance
trueBoolSet series' label's visibility
{0}StringSet the format of series' labels
nullStringSet the background color of series' markers
<inherit>StringSet series' label's font color
<inherit>StringSet series' label's font family
<inherit>StringSet series' label's font size
<inherit>normalStringSet series' label's font style
<inherit>normalStringSet series' label's font weight
[] ArrayArray of series' items

Description & Sample code

To choose a style for kooltreegrid, you can use either of the following ways:
PHP:
    $treeGrid->set(array('style'=>$style));

Javascript:
    var ktg = KoolTreeGrid.getTreeGrid(treeGridId);
    ktg.setStyle(style);