当前位置:网站首页>Sail soft implements a radio button, which can uniformly set the selection status of other radio buttons
Sail soft implements a radio button, which can uniformly set the selection status of other radio buttons
2022-04-23 16:10:00 【Huang ha ha~】
such as , Check an option of the radio button , The same option for other radio buttons is also selected ; deselect , Others have also been deselected
Select the box of the top radio button in the normal report to set the component , Click event , Click Add Event , Check status change .
Inside js as follows :
var a = this.getValue();
var status = contentPane.getWidgetsByName(“status”);
if(status.length>0){
$.each(status,function(i,item){
var cell = item.options.location;
if(a.length0){
item.reset();
}
contentPane.setCellValue(cell,null,a);
})
}else{
contentPane.setCellValue(“B2”,null,a);
if(a.length0){
contentPane.getWidgetByName(“status”).reset();
}
}
This state can be achieved .
版权声明
本文为[Huang ha ha~]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231403371195.html
边栏推荐
- Unity Shader学习
- Vim使用Vundle安装代码补全插件(YouCompleteMe)
- 299. Number guessing game
- [self entertainment] construction notes week 2
- Fastjon2他来了,性能显著提升,还能再战十年
- homwbrew安装、常用命令以及安装路径
- GRBL学习(二)
- Day (5) of picking up matlab
- Cloudy data flow? Disaster recovery on cloud? Last value content sharing years ago
- 一文掌握vscode远程gdb调试
猜你喜欢
Day (8) of picking up matlab
Hypermotion cloud migration completes Alibaba cloud proprietary cloud product ecological integration certification
Spark 算子之coalesce与repartition
Coalesce and repartition of spark operators
捡起MATLAB的第(8)天
You need to know about cloud disaster recovery
C language self compiled string processing function - string segmentation, string filling, etc
Config learning notes component
面试题 17.10. 主要元素
Install redis and deploy redis high availability cluster
随机推荐
MySQL - execution process of MySQL query statement
Implement default page
Day (10) of picking up matlab
Unity Shader学习
Vision of building interstellar computing network
Function summary of drawing object arrangement in R language
捡起MATLAB的第(5)天
GRBL学习(一)
Spark 算子之coalesce与repartition
七朋元视界可信元宇宙社交体系满足多元化的消费以及社交需求
JS regular determines whether the port path of the domain name or IP is correct
Review 2021: how to help customers clear the obstacles in the last mile of going to the cloud?
VIM specifies the line comment and reconciliation comment
Research and Practice on business system migration of a government cloud project
Gartner predicts that the scale of cloud migration will increase significantly; What are the advantages of cloud migration?
OAK-D树莓派点云项目【附详细代码】
Day (5) of picking up matlab
Groupby use of spark operator
Day (3) of picking up matlab
Findstr is not an internal or external command workaround