⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vdividedboxview.mxml

📁 Flex2StyleExplorer form Adobe
💻 MXML
字号:
<?xml version="1.0" encoding="utf-8"?>

<mx:HBox width="100%" height="100%" xmlns:mx="http://www.adobe.com/2006/mxml" name="H Divided Box"
	xmlns:head="layout.*"  xmlns:components="components.*" >
	<!-- 
	//********************//
	//   STYLE CONTROLS   //
	//********************//
	-->
	
	<mx:VBox height="100%" width="380" styleName="glassPods"  >
		
		<head: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:textSliders 
					sliderLabel="Divider Affordance" min="1" max="30" value="6" id="mydividerAffordancevDividedBox"
					dataChange="setValue('dividerAffordance', event.target.value, 'number', 'vDividedBox')"	/>
				
				<components:textSliders 
					sliderLabel="Divider Alpha" min="0" max="1" value=".75" id="mydividerAlphavDividedBox"  snapInt=".01"
					dataChange="setValue('dividerAlpha', event.target.value, 'number', 'vDividedBox')"	/>
				
				<components:textSliders 
					sliderLabel="Divider Thickness" min="1" max="30" value="3" id="mydividerThicknessvDividedBox"
					dataChange="setValue('dividerThickness', event.target.value, 'number', 'vDividedBox')"	/>	
				
				<components:colorPicker dataProvider="{swatches}" 
					pickerLabel="Divider Color" selectedColor="0x6f7777" id="mydividerColorhRule"
					dataChange="setValue('dividerColor', event.target.selectedColor, 'color', 'vDividedBox')"  />
			
			</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('vDividedBox')" styleName="undoLink" />
			</mx:Box>
		</mx:VBox>
		
		
		
	
	<!-- 
	//********************//
	//   SANDBOX          //
	//********************//
	-->
	<mx:Canvas height="100%" width="100%" styleName="glassPods" >
		<head:GlassHeaders headerTitle="SANDBOX" />
		<mx:VDividedBox id="myvDividedBox" left="10" top="30" right="10" height="200">
			<mx:Box width="100%" height="50%" styleName="cssTextArea" />
			<mx:Box width="100%" height="50%" styleName="cssTextArea" />
		</mx:VDividedBox>
			
	</mx:Canvas>
	
	<!-- 
	//********************//
	//   CSS VIEW         //
	//********************//
	-->
	<mx:Canvas height="100%" width="250" styleName="glassPods" horizontalScrollBarStyleName="fseVerticalScrollBar" >
		<head:GlassHeaders headerTitle="CSS"/>
		<mx:TextArea text="{myCSS}" left="10" right="10" top="30" bottom="10" styleName="cssTextArea" />
	</mx:Canvas>
	<mx:Script source="../as/vDividedBox.as" />


</mx:HBox>




⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -