Flex中如何通过监听numRadioButtonsChanged事件监测RadioButtonGroup中RadioButton发生变化的例子

Wednesday, May 20th, 2009

接下来的例子演示了Flex中如何通过监听numRadioButtonsChanged事件,监测RadioButtonGroup中RadioButton发生变化。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中如何通过设置RadioButtonGroup类的selection属性用ActionScript清除当前选中RadioButton的例子

Saturday, February 7th, 2009

接下来的例子演示了Flex中如何通过设置RadioButtonGroup类的selection属性,用ActionScript清除当前选中RadioButton。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中如何通过监听change事件检测RadioButton或RadioButtonGroup选中项目是否改变的例子

Saturday, October 25th, 2008

接下来的例子演示了Flex中如何通过监听change事件,检测RadioButton或RadioButtonGroup选中项目是否改变。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中如何利用RadioButton和RadioButtonGroup控件创建一份简单的问卷测试的例子

Thursday, October 23rd, 2008

接下来的例子演示了Flex中如何利用RadioButton和RadioButtonGroup控件,创建一份简单的问卷测试。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中如何利用enabledChanged事件检测RadioButtonGroup控件是被设置为有效还是无效的例子

Thursday, June 26th, 2008

在前面的Flex中如何通过enabled属性在RadioButtonGroup中将所有的RadioButton设置为有效或无效状态的例子中,我们了解了Flex中如何通过设置enabled属性,在RadioButtonGroup中将所有的RadioButton设置为有效或无效状态。接下来的例子则演示了Flex中如何利用enabledChanged事件,检测RadioButtonGroup控件是被设置为有效还是无效。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中通过扩展RadioButton类和重载protected keyDownHandler事件使RadioButton/RadioButtonGroup的键盘导航无效的例子

Tuesday, June 24th, 2008

接下来的例子演示了Flex中如何通过扩展RadioButton类和重载protected keyDownHandler事件,使RadioButton/RadioButtonGroup的键盘导航无效。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中如何通过监听itemClick事件检测FlexRadioButtonGroup中RadioButton被点击的例子

Sunday, June 22nd, 2008

接下来的例子演示了Flex中如何通过监听itemClick事件,检测FlexRadioButtonGroup中RadioButton被点击。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中如何通过enabled属性在RadioButtonGroup中将所有的RadioButton设置为有效或无效状态的例子

Saturday, June 21st, 2008

接下来的例子演示了Flex中如何通过设置enabled属性,在RadioButtonGroup中将所有的RadioButton设置为有效或无效状态。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中通过设置labelPlacement属性设置RadioButton控件文本标签排列位置的例子

Saturday, June 21st, 2008

接下来的例子演示了Flex中如何通过设置labelPlacement属性,设置RadioButton控件文本标签排列位置。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中利用Repeater显示一组RadioButton控件的例子

Thursday, May 29th, 2008

接下来的例子演示了Flex中如何Repeater作为一个数据提供源,用来显示一组RadioButton控件。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Search Posts