Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

create a dynamic path.

Hi guys,

I have got a technical challenge.... 

the context;

I have a hierarchy (Continent -> Country -> State -> City).

when the user drill down I store values selected in variables.

In the UI I need to create a path like in the attached file.

so far so good.

the challenge:

The user should be able to roll up to any levels by clicking on the path.( I know how to manage it with my variables).

I don't know how to deal with the word lenghts properly without gaps if the lenght is short or over if it's long.

Any suggestion?

Cheers,

Eva

2 Replies
avinashelite

Hi Eva,

To maintain the proper space or gap between the words use chr() function .

Hope this helps you

Not applicable
Author

thanks for your answer, It's more to create some clickable area with a dynamic size