Using JSL (xpath) to change text edit boxes within Cause and Effect Diagrams
I am trying to color the text edit boxes within my cause and effect diagram, but when I use the xpath function to grab a specific box, it always selects the whole diagram. Is there a more specific route to get the individual text edit boxes? ((dgram)[i])<< (xpath("//texteditbox")[i])<<select();
Thanks!