if the name vertStyle should not instead read verticleStyle since the latter is the name assigned to the global style being copied.horizontalStyle=new copyOf(vertStyle)
horizontalStyle.subimage = "/images/arrow_down.gif";
/furf
if the name vertStyle should not instead read verticleStyle since the latter is the name assigned to the global style being copied.horizontalStyle=new copyOf(vertStyle)
horizontalStyle.subimage = "/images/arrow_down.gif";
Above is correct syntax. But...you are right in that vertStyle is not defined...it is a typo. What it should read is verticleStyle since that is the name of a style that is actually defined. Good catch. Andy will have to get on that one...horizontalStyle=new copyOf(vertStyle)
horizontalStyle.subimage = "/images/arrow_down.gif";