In the previous version of a Flexviewer project, I used
wTemplate.addTitlebarButton(ICON_URL + "c_home.png", "Search Parcel",
DisplaySearch_0);
wTemplate.addTitlebarButton(ICON_URL + "i_help.png", "Search Tips",
DisplaySearch_2);
to add icon-buttons on the top of the widget. But when I loaded it into the V3.2 Flexviewer, no icon-buttons display on the top of the widget UI.
What update I should do to use the previous version widgets to solve the problem? Thanks.
wTemplate.addTitlebarButton(ICON_URL + "c_home.png", "Search Parcel",
DisplaySearch_0);
wTemplate.addTitlebarButton(ICON_URL + "i_help.png", "Search Tips",
DisplaySearch_2);
to add icon-buttons on the top of the widget. But when I loaded it into the V3.2 Flexviewer, no icon-buttons display on the top of the widget UI.
What update I should do to use the previous version widgets to solve the problem? Thanks.