Tags
一日一类 千斤顶 双人编程 基础教育 学分 教育改革 教育部 新课改 正则表达式 浙大网络 结对编程 软件工程 ActionScript Add new tag AIR Air右键 Array BlazeDS Blog Chart ComboBox DataGrid DataGridColumn Eclipse ERwin Event Flex Flex右键 Flex Chart Java JDBC Linux MySQL Pair Programming PHP Servlet SQL SQLite SVN TextArea Tree Twitter WordPress XML ZDSoftArchives
Tag Archives: ComboBox
Flex3.5 bug: 改变ComboBox DataProvider后UI不更新的初步解决
Flex: 输入组件 – TextInput, ComboBox, Radiobutton, TextArea等 对其输入内容进行验证
如: 某编辑器:
代码:
textName.addEventListener(Event.CHANGE, onTextNameChange);//增加监听函数,监听EventChange, 如果不需实时验证, 可监听FlexEvent.VALUE_COMMIT事件.
//———–
Posted in ActionScript
Tagged ActionScript, ComboBox, Flex, RadioButton, TextArea, TextInput
Leave a comment
ActionScript中使用自定义组件 Use CustomUI in Flex with ActionScript
一: 需求
要求使用get ui获得一个UICompontent[DataGrid], 其中DataGrid某列的ItemEditor为ComboBox,且该UICompontent的右键菜单中有一个Item: 删除 [删除当前选定的行]
使用set value 来设定该UIComponten
