topical media & game development
lib-flex-style-explorer-views-hRuleView.mx
lib-flex-style-explorer-views-hRuleView.mx
(swf
)
[ flash
]
flex
<?xml version="1.0" encoding="utf-8"?>
<mx:HBox width="100%" height="100%" xmlns:mx="http://www.adobe.com/2006/mxml" name="H Rule"
xmlns:head="*" xmlns:components="*" >
<!--
//********************//
// STYLE CONTROLS //
//********************//
-->
<mx:VBox height="100%" width="380" styleName="glassPods" >
<head:lib_flex_style_explorer_layout_GlassHeaders headerTitle="STYLE CONTROLS"/>
<mx:Canvas width="100%" height="100%" horizontalScrollPolicy="off" verticalScrollBarStyleName="fseVerticalScrollBar">
<mx:VBox x="10" width="350">
<mx:Form width="100%" >
<components:lib_flex_style_explorer_components_colorPicker dataProvider="{swatches}"
pickerLabel="Stroke Color" selectedColor="0xc4cccc" id="mystrokeColorhRule"
dataChange="setValue('strokeColor', event.target.selectedColor, 'color', 'hRule')" />
<components:lib_flex_style_explorer_components_colorPicker dataProvider="{swatches}"
pickerLabel="Shadow Color" selectedColor="0xeeeeee" id="myshadowColorhRule"
dataChange="setValue('shadowColor', event.target.selectedColor, 'color', 'hRule')" />
<components:lib_flex_style_explorer_components_textSliders
sliderLabel="Stroke Width" min="1" max="20" value="2" id="mystrokeWidthhRule"
dataChange="setValue('strokeWidth', event.target.value, 'number', 'hRule')" />
</mx:Form>
<mx:Box height="20" />
<mx:Spacer height="100%" />
</mx:VBox>
</mx:Canvas>
<mx:Box width="100%" paddingRight="5" paddingBottom="5" horizontalAlign="right">
<mx:LinkButton label="Restore Defaults"
click="restoreItemDefaults('hRule')" styleName="undoLink" />
</mx:Box>
</mx:VBox>
<!--
//********************//
// SANDBOX //
//********************//
-->
<mx:Canvas height="100%" width="100%" styleName="glassPods" >
<head:lib_flex_style_explorer_layout_GlassHeaders headerTitle="SANDBOX" />
<mx:HRule id="myhRule" left="10" top="30" right="10" />
</mx:Canvas>
<!--
//********************//
// CSS VIEW //
//********************//
-->
<mx:Canvas height="100%" width="250" styleName="glassPods" horizontalScrollBarStyleName="fseVerticalScrollBar" >
<head:lib_flex_style_explorer_layout_GlassHeaders headerTitle="CSS"/>
<mx:TextArea text="{myCSS}" left="10" right="10" top="30" bottom="10" styleName="cssTextArea" />
</mx:Canvas>
<mx:Script source="lib-flex-style-explorer-as-hRule.ax" />
</mx:HBox>
(C) Æliens
18/6/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.