深圳全飞鸿

标题: Radphp的MCheckBox控件分析 [打印本页]

作者: zhgc    时间: 2020-8-30 18:24
标题: Radphp的MCheckBox控件分析

  1. MCheckBox allows you to create a checkbox

  2. Control the Theme and color variation of a group of MCheckBox with the MobileTheme component associated to them.
  3. Change the Caption value.
  4. Set it Cheched or unchecked.
  5. Change the Font attributes to change its vertical size
复制代码




作者: zhgc    时间: 2020-8-30 18:35
范例一:

siblings兄弟中找input
  1.     function mcbTwoJSClick($sender, $params)
  2.     {
  3.         ?>
  4.         //begin js
  5.           alert('"'+jQuery(this).text()+'" checked: '+jQuery(this).siblings('input').attr('checked'));
  6.         //end
  7.         <?php
  8.     }
复制代码





欢迎光临 深圳全飞鸿 (http://www.nagomes.com/disc/) Powered by Discuz! X3.2