Damien Garbarino

Damien Garbarino's technical interest is on state-of-the-art Web technologies. He fulfills his passion as a software engineer at ILOG as a contributor to JViews and Elixir products.

Dynamically add or remove items in an OrgChart

Posted by Damien Garbarino on August 12th, 2008

In this post we will see:

  • How to dynamically add or remove data items in an OrgChart,
  • Pitfalls when using XML data,
  • How to synchronize a Tree component with an OrgChart.

You will need the patch 1 of ILOG Elixir that is available…

Read more

Create a custom item renderer for the OrgChart

Posted by Damien Garbarino on March 25th, 2008

The default item renderers are designed to answer most of the usual use cases. They can extended to add fields (see documentation).

But sometimes we want a completely different rendering or we may reach some limitations of default item renderers.…

Read more

Compose an email by clicking on the email of a person in an ILOG Elixir OrgChart

Posted by Damien Garbarino on March 10th, 2008

In the sample of the Organization Chart component, we show how to react to a selection or a double click. But sometimes we want to do an action on a specific part of an OrgChart default item renderer.

To demonstrate…

Read more

Vista like skin for the ILOG Elixir Organization Chart item renderer

Posted by Damien Garbarino on February 15th, 2008

In this post, I’ll show you how to customize the look of an Organization Chart item renderer. The item renderer is the flex component that represents a data item (i.e. the “box”).

You can customize the background of an item…

Read more