W_A_Watson_II - Monday, June 9, 2008 5:31 PM:
How do you set the Item Type (Classification) popup windo wo auto expand when selecting the field? It get's a little old always having to click the field, then clisk the "+" to expand the "PArt Classification" to actualy make a selection.SamsAn - Friday, June 13, 2008 11:09 AM:
Edit Client/scripts/ClassStructureDialog.html html page. Append the code line below to initStructureApplet() function:
structApplet.getRootItem().expand(true);
W_A_Watson_II - Tuesday, June 17, 2008 10:54 AM:
SamsAn,
Do you know if the code is the same for both 8 & 9?
Thanks,
Will
SamsAn - Tuesday, June 17, 2008 11:02 AM:
Yes, the code is the same.louisliu - Wednesday, January 11, 2012 5:45 AM:
All,
How to do control default expend or Collapse in Innovator 9.3, the code seems to be changed a lot!
Thanks!