cancel
Showing results for 
Search instead for 
Did you mean: 

about roadmap

Former Member
0 Kudos

hi to all

i have created a roadmap

i have to know only one thing iam not able to find

the Onaction event in the properties of the roadmap.........

so how we bind the created event action method to the roadmap

regadsratan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
roadMap.setOnSelect(<action>);

Armin

Former Member
0 Kudos

hi armin

so you mean we bind the actiom only thru programatically

is it?

any other way is there

Former Member
0 Kudos

No, you can also do this in the IDE.

Armin

Former Member
0 Kudos

hi armin

thanks for reply

how can we do this

there is no propety for UI element to bind the action event ,how can we?

could u please give me a brief

thank you in advance

regards

pavan

Former Member
0 Kudos

Isn't there an event "onSelect" available in your IDE?

Armin

Former Member
0 Kudos

no

is not available

iam using webdynpro for java

NWDS 2.0.5

Former Member
0 Kudos

Then I would suggest to upgrade to the newest NW04 service pack (SP 15 I think). There this event definitively exists.

Armin

Former Member
0 Kudos

hi armin,

thank you for ur all

that onSelect is exists in roadmap UI element property or

roadmapstep element property

and

roadmap element has any event propert is exists

thank you

with regards

Former Member
0 Kudos

sorry roadmapstep element has any event property

Former Member
0 Kudos

hi armin

wat is the difference between

roadmapstep and multiple roadmapstep

with regards

ratan

Former Member
0 Kudos

A MultipleRoadMapStep is bound to a context node, the number of steps is the number of elements in the node and the properties are taken from attributes of the node elements.

Armin

Answers (0)