<?xml version="1.0" encoding="utf-8"?>
<!-- http://blog.flexexamples.com/2007/09/16/setting-a-flex-containers-background-disabled-color-and-disabled-overlay-alpha/ -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
layout="vertical"
verticalAlign="middle"
backgroundColor="white"
creationComplete="init();">
<mx:Script>
<![CDATA[
private function init():void {
var col:uint = panel.getStyle("backgroundColor");
colorPicker.selectedColor = col;
}
]]>
</mx:Script>
<mx:ApplicationControlBar dock="true">
<mx:CheckBox id="checkBox"
label="enabled"
selected="true" />
<mx:Spacer width="50%" />
<mx:Label text="backgroundDisabledColor:" />
<mx:ColorPicker id="colorPicker" />
<mx:Spacer width="50%" />
<mx:Label text="disabledOverlayAlpha:" />
<mx:HSlider id="slider"
minimum="0"
maximum="1"
value="0.6"
liveDragging="true"
tickInterval="0.1"
showTrackHighlight="true" />
</mx:ApplicationControlBar>
<mx:Panel id="panel"
title="Panel title"
status="Panel status"
enabled="{checkBox.selected}"
backgroundColor="red"
backgroundDisabledColor="{colorPicker.selectedColor}"
disabledOverlayAlpha="{slider.value}">
<mx:Form>
<mx:FormHeading label="LOGIN" />
<mx:FormItem label="Username:">
<mx:TextInput id="userame" />
</mx:FormItem>
<mx:FormItem label="Password:">
<mx:TextInput id="password"
displayAsPassword="true" />
</mx:FormItem>
<mx:FormItem>
<mx:Button label="Login" />
</mx:FormItem>
</mx:Form>
</mx:Panel>
</mx:Application>
转载自:http://blog.flexexamples.com/2007/09/16/setting-a-flex-containers-background-disabled-color-and-disabled-overlay-alpha/
分享到:
相关推荐
Disabled 的问题,今天我们将深入探讨这个问题的成因和解决方法。 首先,让我们了解 Ewebeditor 的 License 机制。Ewebeditor 的 License 是一个授权文件,用于验证用户的身份和权限。当用户安装 Ewebeditor 时,...
disabled-background-color:#CCCCCC; } .myButton-up { background-image: url('up.png'); } .myButton-over { background-image: url('over.png'); } .myButton-down { background-image: url('down.png'); ...
input type=’button’ id=’test’ value=’disabled’> 在jquery中可以使用attr()函数修改按钮的disable属性 $(“#test”).attr(‘disabled’,false); jquery 控制button的disabled属性 代码如下: $(‘#button...
<s:RichText id="labelElement" fontFamily="Myriad Pro" fontSize="11" color="0xBBBBBB" textAlign="center" horizontalCenter="0" verticalCenter="1" width="100%"/> </s:SparkSkin> ``` 在这个例子中,我们...
在JavaScript中,可以通过DOM的属性来控制表单元素的disabled状态,从而使得某个输入框、按钮等元素不可访问或可访问。 当需要禁用某个HTML表单元素时,通常的代码是使用element.disabled = true。相对应的,如果想...
background-color: #dcdcdc; /* 调整透明度 */ opacity: 0.7; /* 添加细边框 */ border: 1px solid #aaa; /* 文本装饰 */ text-decoration: underline; } /* 应用到disabled状态的input元素 */ input...
在Ant Design Vue这一流行的前端UI库中,`disabled`属性是一个关键特性,它允许开发者禁用用户对特定组件的操作,从而实现对用户交互的控制。禁用状态通常用于表示组件处于不可操作或非活动状态,这在许多场景下都是...
### select-disabled-传值 在Web开发中,`select`元素是一种常见的HTML控件,用于创建下拉列表供用户选择。然而,在某些情况下,我们可能希望`select`元素变为只读状态,即用户无法更改其内容,但仍需将当前选中的...
<s:SolidColor color="#FFFF00" color.over="#00FF00" color.down="#FF0000"/> </s:fill> <s:stroke> <s:SolidColorStroke color="0x00FFFF"/> </s:stroke> </s:Ellipse> <s:RichText id="labelElement" ...
### disabled属性详解 在网页开发过程中,为了控制表单元素的状态与交互,`disabled`属性是一种非常实用且常见的工具。该属性主要用于HTML表单控件(如输入框、按钮等),用于禁用这些控件,使其无法进行用户交互,...
If spring feature is disabled, it is just acts as a FrameLayout, if not, you can overscroll on top and bottom ends no matter what views are put in. And SpringContainer does not interfere the ...
WISC-R factor structures for diagnosed learning disabled Navajo and Papago children Psychology in rhr Schoob 1981. la . 402407 WISC-R FACTOR STRUCTURES FOR DIAGNOSED LEARNING DISABLED NAVAJO AND...
在使用 VMware 7.1 运行 macOS Snow Leopard 虚拟机时,用户可能会遇到一个常见的问题:“CPU 已被禁用” 或 “The CPU has been disabled by the guest operating system. You will need to power off or reset the...
alpha.disabled="0.5"> <s:states> <!-- 定义各种状态 --> </s:states> <!-- 背景图片定义 --> <s:Rect left="1" right="1" top="1" bottom="1" alpha="0.6"> <s:fill> <s:BitmapFill source="@Embed('...
端口出现err-disabled现象的解决方法合集 端口出现err-disabled现象是CISCO交换机常见的一种故障现象,本文将详细描述该现象的原因及解决方法。 1.故障症状 当端口出现err-disabled现象时,会出现以下症状: * ...
<s:RichText id="labelElement" fontFamily="Myriad Pro" fontSize="11" color="0xBBBBBB" textAlign="center" horizontalCenter="0" verticalCenter="1" width="100%"> <!-- 文本元素定义 --> </s:RichText> </s...
- Flex组件有多种状态,如`normal`, `disabled`, `hovered`等。在皮肤中,为每个状态定义不同的图形元素或属性,可以使组件在不同状态下呈现不同的外观。 - 使用`<s:states>`标签来声明和定义组件的状态。 5. **...
在Disabled的控件上顯示ToolTip 在WINFORM中,如果一个控件有设置tooltip,那么鼠标移上去会显示出提示文字.但是当此控件的Enabled=false时,这个Tooltip是无效的. 本示例就是用来解决这个问题.
A comparison of learning disabled college students' achievement from WRAT and PIAT grade, standard, and subtest scores Psychology in rhe Schools 1981. la, 28-34 A COMPARISON O F LEARNING DISABLED...
<s:SolidColor color="0x131313" color.over="#191919" color.down="#ffffff"/> </s:fill> <s:stroke> <s:SolidColorStroke color="0x0c0d0d"/> </s:stroke> </s:Ellipse> <s:RichText id="labelElement" ...