On Mon, 04 Aug 2014 17:35:39 GMT, Suliman wrote:

Could anybody provide example of linked list with Vibed?

I mean if in one list we select Item1 we can select in drop down menu only elements related with Item1

One example (without being particularly beautiful) is the category selector of code.dlang.org. See the corresponding Diet file and the JS helper file.

It basically uses a JSON tree of all possible entries and then uses JavaScript+CSS to hide/show lists and update their contents.