I want to create a “hierarchy” in a combobox menu by adding leading space characters to selected items. I can add the leading spaces in the editor and the indentation looks fine, however, when it is rendered in the browser, it appears the leading space characters are stripped out.
Is there another character that can be use to indent selected items or is there a different method?
6 answers
Hello David,
You can use to represent a space in the simulation. However it is not nice in editing mode.
Maybe we could make some enhancements on this.
Thanks for the reply. Your solution works, however, you are correct that in editing mode, this solution gets “messy”, especially if you have multiple levels in your hierarchy resulting in multiple space characters (e.g., &nbsp&nbsp&nbsp&nbspxxxx).
It seems the best solution would be to make space characters legal.
This question is now closed