cancel
Showing results for 
Search instead for 
Did you mean: 

Roadmap and tree compressed

Former Member
0 Kudos

hi all,

I have two projects using roadmap and tree. However, during designtime the structure that i see in the layout of the of the view is the expanded one, however, after deploying and running, the structure of the of roadmap and tree becomes compressed....Can anybody give any reason.....????

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For tree: check the "expanded" property of the TreeNodeType element in the tree. If it's true then that node will be expanded.

What do you mean by Roadmap is compressed?

Regards,

Satyajit.

Former Member
0 Kudos

hi,

i have already set the expanded property to true, and i am using 3 roadmap steps....in the view, all the 3 are in display, however, after running the application, the steps are not seen, only one small step is visible....

Former Member
0 Kudos

Hi,

create a context attribute of type boolean, lets say "expanded" and bind this to the expanded property

Initially set this to true.

wdContext.currentContextElement().setExpanded(true);

Regards

Ayyapparaj

Former Member
0 Kudos

The problem is solved.......

Answers (0)