Skip to content

Instantly share code, notes, and snippets.

@awd
Created August 16, 2010 20:22
Show Gist options
  • Select an option

  • Save awd/527664 to your computer and use it in GitHub Desktop.

Select an option

Save awd/527664 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<s:SkinnableDataContainer
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
skinClass="com.woople.shared.ui.skins.ModuleSectionStackSkin">
<fx:Script>
<![CDATA[
[Bindable] public var title:String;
[Bindable] public var selectedIndex:int;
]]>
</fx:Script>
</s:SkinnableDataContainer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment