当前位置:网站首页>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
边栏推荐
- Solution to the fourth "intelligence Cup" National College Students' IT skills competition (group B of the final)
- Download and install mongodb
- Gartner predicts that the scale of cloud migration will increase significantly; What are the advantages of cloud migration?
- TIA博图——基本操作
- ESP32_ Arduino
- Spark 算子之sortBy使用
- About JMeter startup flash back
- Website pressure measurement tools Apache AB, webbench, Apache jemeter
- Config learning notes component
- R语言中实现作图对象排列的函数总结
猜你喜欢

Download and install mongodb

JMeter setting environment variable supports direct startup by entering JMeter in any terminal directory

捡起MATLAB的第(8)天

Filter usage of spark operator
![[open source tool sharing] MCU debugging assistant (oscillograph / modification / log) - linkscope](/img/39/4d37c381f16dbe11acc64c92d0a1e5.png)
[open source tool sharing] MCU debugging assistant (oscillograph / modification / log) - linkscope
![[key points of final review of modern electronic assembly]](/img/17/007ca1f4fedd11ab878bddda3faf56.jpg)
[key points of final review of modern electronic assembly]

Meaning and usage of volatile

Spark 算子之groupBy使用

Unity shader learning

R语言中实现作图对象排列的函数总结
随机推荐
面试题 17.10. 主要元素
[section 5 if and for]
最详细的背包问题!!!
Day 10 abnormal mechanism
捡起MATLAB的第(7)天
实现缺省页面
RecyclerView advanced use - to realize drag and drop function of imitation Alipay menu edit page
How to upgrade openstack across versions
C language self compiled string processing function - string segmentation, string filling, etc
JS regular détermine si le nom de domaine ou le chemin de port IP est correct
Research and Practice on business system migration of a government cloud project
What is cloud migration? The four modes of cloud migration are?
Simple usage of dlopen / dlsym / dlclose
Day (7) of picking up matlab
451. 根据字符出现频率排序
七朋元视界可信元宇宙社交体系满足多元化的消费以及社交需求
The most detailed knapsack problem!!!
Grbl learning (I)
Spark 算子之distinct使用
C语言自编字符串处理函数——字符串分割、字符串填充等