static/js/xxxx.js 这里定义按钮odoo.define('add.tree.view.buttons', function (require) { "use strict"; var core = require('web.core'); var ListController = r ...
分类:
其他好文 时间:
2021-03-16 13:30:43
阅读次数:
0
准备2张图片用于替换选中和未选中时的样式 drawable下准备两个对应的layer-list btn_radio_on.xml <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item android ...
分类:
移动开发 时间:
2021-02-22 12:40:31
阅读次数:
0
<input type="button" value="禁用文本框" id="btn"/> <input type="text" value="" id="txt"/> <script src="common.js"></script> <script> //点击按钮禁用这个文本框 document ...
分类:
Web程序 时间:
2021-02-22 12:07:15
阅读次数:
0
layer.open({ type: 2, area: ['800px','750px'], fix: false, //不固定 maxmin: true, shade: 0.3, title: "标题", content: url, btn: ['关闭'], // 弹层外区域关闭 shadeClo ...
分类:
其他好文 时间:
2021-02-08 11:45:34
阅读次数:
0
废话不说,直接上万无一失的办法。wxml: <!-- 今日已打卡 --> <button class="btn" open-type="getUserInfo" bindgetuserinfo="getUserInfo" style="margin-top: 40rpx" > {{ isset ? ...
分类:
微信 时间:
2021-02-06 12:13:27
阅读次数:
0
1. jQuery 第一次绑定事件: $("#idCheckBtn").click(function(){ getIdCheck(); }) 2. 之后对这个btn的父节点id重新填充,发现原来绑定在idCheckBtn的事件不能再触发了。明明id名字没有改变但是由于节点发生了一次重新建立导致所绑定 ...
分类:
Web程序 时间:
2021-02-05 10:42:01
阅读次数:
0
本课内容: 1.普通按钮类:layui-btn 基础类(别的各种按钮都是在这个类后面添加类) 2.按钮主题:在layui-btn后面加按钮主题的类 名称组合 原始 class="layui-btn layui-btn-primary" 默认 class="layui-btn" 百搭 class="l ...
分类:
其他好文 时间:
2021-02-01 12:21:28
阅读次数:
0
vue+element-ui:table表格中的slot 、formatter属性说明和举例 ...
分类:
其他好文 时间:
2021-01-20 11:40:59
阅读次数:
0
1, .btnDivL .L1 { background-size: 100% 100%; background-position: center; background-repeat: no-repeat; background-image: url('../icon/L1.png'); /* 简 ...
分类:
Web程序 时间:
2021-01-15 12:16:11
阅读次数:
0
<!-- 引入自己封装的 Ajax文件 测试下怎么用 --> <script src="myAjax.js"></script> <script> window.addEventListener('load', function() { var btn = document.querySelecto ...
分类:
Web程序 时间:
2021-01-13 11:30:00
阅读次数:
0