Skip to content

Instantly share code, notes, and snippets.

@joshtynjala
Last active April 17, 2016 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshtynjala/45ce13f0da3d8263f8a3ed7ba0432a85 to your computer and use it in GitHub Desktop.
Save joshtynjala/45ce13f0da3d8263f8a3ed7ba0432a85 to your computer and use it in GitHub Desktop.
Feathers SDK leftItems in a Panel's Header
<f:Panel headerFactory="{factoryFromInstance(myHeader)}">
<fx:Declarations>
<f:Header id="myHeader">
<fx:leftItems>
<fx:Vector type="starling.display.DisplayObject">
<f:Button/>
</fx:Vector>
</fx:leftItems>
</f:Header>
</fx:Declarations>
</f:Panel>
<f:Panel>
<f:headerProperties>
<fx:Object>
<fx:leftItems>
<fx:Vector type="starling.display.DisplayObject">
<f:Button/>
</fx:Vector>
</fx:leftItems>
</fx:Object>
</f:headerProperties>
</f:Panel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment