You can pass "expanded: true" into the widget's constructor, ie:
var expand = new Expand({
expanded: true,
...
});
You can pass "expanded: true" into the widget's constructor, ie:
var expand = new Expand({
expanded: true,
...
});
Yep, precisely what I needed. Not sure how I missed this, thanks.
Scott
By doing this, the Expand widget will stay open all the time and won't be closed anymore.