分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 教程案例

angularjs1.x radio组checkbox组

发布时间:2023-09-06 02:30责任编辑:熊小新关键词:jscheckbox

check组只要判断是否为true就可以

<span style=‘display:block;float:left;padding:7px;‘><input type=‘checkbox‘ ng-model="formDataObject.week.monday" ?style=‘vertical-align:-2px;‘ />星期一</span><span style=‘display:block;float:left;padding:7px;‘><input type=‘checkbox‘ ng-model="formDataObject.week.tuesday" ?style=‘vertical-align:-2px;‘ />星期二</span><span style=‘display:block;float:left;padding:7px;‘><input type=‘checkbox‘ ng-model="formDataObject.week.wednesday" ?style=‘vertical-align:-2px;‘ />星期三</span><span style=‘display:block;float:left;padding:7px;‘><input type=‘checkbox‘ ng-model="formDataObject.week.thursday" ?style=‘vertical-align:-2px;‘ />星期四</span><span style=‘display:block;float:left;padding:7px;‘><input type=‘checkbox‘ ng-model="formDataObject.week.friday" ?style=‘vertical-align:-2px;‘ />星期五</span><span style=‘display:block;float:left;padding:7px;‘><input type=‘checkbox‘ ng-model="formDataObject.week.saturday" ?style=‘vertical-align:-2px;‘ />星期六</span><span style=‘display:block;float:left;padding:7px;‘><input type=‘checkbox‘ ng-model="formDataObject.week.sunday" ?style=‘vertical-align:-2px;‘ />星期日</span>

radio组,只要value赋值,就可以直接在对象中获取

<span style=‘display:block;float:left;padding:1px;‘><input type=‘radio‘ value="all" ?ng-model="formObject.valueRange" ?name="valueRange" ?style=‘vertical-align:-2px;‘ />全部日期</span><span style=‘display:block;float:left;padding:1px;margin-left:30px;‘><input type=‘radio‘ value="week" ng-model="formObject.valueRange" name="valueRange" ??style=‘vertical-align:-2px;‘ />按星期</span><span style=‘display:block;float:left;padding:1px;margin-left:30px;‘><input type=‘radio‘ value="date" ng-model="formObject.valueRange" name="valueRange" ??style=‘vertical-align:-2px;‘ />按日期</span>

js取值为$scope.formObject.valueRange 选择全部  取值为all 选择按星期 取值为week

angularjs1.x radio组checkbox组

原文地址:https://www.cnblogs.com/xiehaoyu/p/10272527.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved