Closed teotigraphix closed 9 years ago
Here is the usecase;
<fx:Declarations>
<f:ButtonGroup id="buttonGroup" direction="horizontal"/>
<controls:Callout id="calloutReuse" closeOnTouchEndedOutside="true"
disposeContent="false" disposeOnSelfClose="false"/>
</fx:Declarations>
Where we reuse the ButtonGroup and Callout.
Makes sense. I'll get it added.
This is really just a question but now that we have MXML, I was wondering if it's worth putting the Callout in the components manifest?
I am running through the components and wanted to create a Callout in a Declaration tag to reuse it and initialize it but it was imported as xmlns:controls="feathers.controls.*".
Again just a question.