Skip to content

Instantly share code, notes, and snippets.

Created July 23, 2014 22:16
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 anonymous/6516f94fc715ba0a846f to your computer and use it in GitHub Desktop.
Save anonymous/6516f94fc715ba0a846f to your computer and use it in GitHub Desktop.
Örnek kod
<?xml version="1.0" encoding="utf-8"?>
<s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark">
<s:navigationContent>
<s:Button label="Back" click="navigator.popToFirstView()" />
</s:navigationContent>
<s:VGroup width="100%" height="100%" paddingBottom="0"
paddingLeft="10" paddingRight="10" paddingTop="10">
<s:Label left="5" top="7" width="100%" color="#782417"
fontWeight="bold" text="{data.baslik}" textAlign="center" verticalAlign="top" verticalCenter="0"/>
<!--<s:Scroller width="100%" height="50%">
<s:VGroup width="100%" height="100%" paddingBottom="10" paddingTop="15">
<s:Label styleName="arabicText" width="100%" color="#341607" textAlign="center" direction="rtl"
text="{data.arabic}"/>
</s:VGroup>
</s:Scroller>-->
<s:TextArea styleName="arabicText" width="100%" color="#341607" textAlign="center" direction="rtl"
text="{data.arabic}"
height="100%" borderVisible="false" contentBackgroundColor="0xFFFFFF"
editable="false" selectable="false"/>
</s:VGroup>
</s:View>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment