Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
A coworker and I are working on a new subtype interface, and he's doing the update screen trying to use wizards. Basically we have a expand/collapse js function that we are using to open/close certain aspects of a particular attribute. He's run into the following problem:
"I am customizing the edit document wizard by adding two additional wizard steps. One of my wizard steps works fine when it is the first step in the wizard. However, when I move it to the be the second or third step, none of my custom imported javascript code works. When using firebug in firefox, I see no other errors other than that my custom function "is not defined"."
We tried adding the function directly to the page, but the particular function it keeps failing on is still "not defined".