Solved! Go to Solution.
preload???Determines if the widget is "activated" when the Viewer application initially opens. It can have one of two states: open or minimized. Widgets, by default, are loaded on demand, that is, not preloaded at all.
preload???Determines if the widget is "activated" when the Viewer application initially opens. It can have one of two states: open or minimized. Widgets, by default, are loaded on demand, that is, not preloaded at all.
I need to set a widget to be preloaded as a minimized state. In the config.xml, it is currently preload="open", I want to set it as preload="mini". But flexviewer does not recognize the key word �??mini�?� and it does not work.
Is there any method I can set the initial state as minimized state, instead of fully open state? Thanks a lot!