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
Posted in ILOG Elixir, Org Chart | No Comments »
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
Tags: item renderer
Posted in ILOG Elixir, Org Chart | 13 Comments »
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
Tags: Org Chart
Posted in Flex, ILOG Elixir, Org Chart | 2 Comments »
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
Tags: ILOG Elixir, Org Chart, skin
Posted in Flex, ILOG Elixir, Org Chart | 1 Comment »