ron
09/08/2016, 7:38 PMRuckus
09/08/2016, 7:43 PMRuckus
09/08/2016, 7:44 PMfold
)?Ruckus
09/08/2016, 7:44 PMtitledpane
?ron
09/08/2016, 7:44 PMRuckus
09/08/2016, 7:47 PMtitlepane
, we could just use the existing titlepane
builder and remove fold
. Would that be reasonable?ron
09/08/2016, 7:48 PMron
09/08/2016, 7:50 PMRuckus
09/08/2016, 7:51 PMcontent = [node]
would work as it is, and we could add special support for plain builders (with a last one wins rule)Ruckus
09/08/2016, 7:51 PMtitledpane
where you were typing fold
.ron
09/08/2016, 7:53 PMron
09/08/2016, 7:59 PMRuckus
09/08/2016, 8:35 PMCapture.PNG▾
Ruckus
09/08/2016, 8:35 PMRuckus
09/08/2016, 8:50 PMRuckus
09/08/2016, 8:53 PMTitledPane
will not be expanded, since the op isn't applied to the node till after the node is added to its parent (in opcr
).Ruckus
09/08/2016, 8:54 PMRuckus
09/08/2016, 8:55 PMif (node.isExpanded) expandedPane = node
and instead add
if (parent is Accordion && node is TitledPane && node.isExpanded) parent.expandedPane = node
to opcr
after the op is invoked, but that feels hackish.Ruckus
09/08/2016, 9:16 PMfeature/deprecate-fold
branch I pushed up.thomasnield
09/09/2016, 1:12 AMthomasnield
09/09/2016, 1:12 AMPasted image at 2016-09-08, 8:12 PM▾
thomasnield
09/09/2016, 1:13 AMViewModel
nowthomasnield
09/09/2016, 1:31 AMCompositeObservable
and how to allow manipulations to it.thomasnield
09/09/2016, 1:31 AMthomasnield
09/09/2016, 2:05 AMthomasnield
09/09/2016, 2:06 AM