深圳全飞鸿
标题:
Radphp的MCheckBox控件分析
[打印本页]
作者:
zhgc
时间:
2020-8-30 18:24
标题:
Radphp的MCheckBox控件分析
MCheckBox allows you to create a checkbox
Control the Theme and color variation of a group of MCheckBox with the MobileTheme component associated to them.
Change the Caption value.
Set it Cheched or unchecked.
Change the Font attributes to change its vertical size
复制代码
微信图片_20200830182224.png
(15.3 KB, 下载次数: 693)
下载附件
2020-8-30 18:22 上传
作者:
zhgc
时间:
2020-8-30 18:35
范例一:
siblings兄弟中找input
function mcbTwoJSClick($sender, $params)
{
?>
//begin js
alert('"'+jQuery(this).text()+'" checked: '+jQuery(this).siblings('input').attr('checked'));
//end
<?php
}
复制代码
欢迎光临 深圳全飞鸿 (http://www.nagomes.com/disc/)
Powered by Discuz! X3.2