jQuery MiniUI

 找回密码
 立即注册
查看: 2833|回复: 3
打印 上一主题 下一主题

动态列里面怎么同时给列添加事件 [复制链接]

Rank: 1

跳转到指定楼层
楼主
发表于 2019-5-7 12:20:13 |只看该作者 |倒序浏览
<div field="toBear" name="toBear" width="100" headerAlign="center">项目动态
    <input property="editor" allowInput="false" class="mini-buttonedit" style="width:100%;" />
</div>

在页面上是按照上面展示的,如果放在动态列里面该怎么去写,主要要事件gotoSelectPositionTitle

Rank: 1

沙发
发表于 2019-5-7 13:12:13 |只看该作者
<div field="toBear" name="toBear" width="100" headerAlign="center">项目动态
    <input property="editor" allowInput="false" class="mini-buttonedit" style="width:100%;" onbuttonclick="gotoSelectPositionTitle()" />
</div>

Rank: 1

板凳
发表于 2019-5-7 13:20:41 |只看该作者
s209392599 发表于 2019-5-7 13:12
项目动态

{field:"toBear",name:"",width:"",headerAlign:"",editor:{type:"buttonedit",onbuttonclick:"..."}}

得这么写

Rank: 8Rank: 8

地板
发表于 2019-5-7 13:57:02 |只看该作者
s209392599 发表于 2019-5-7 13:20
{field:"toBear",name:"",width:"",headerAlign:"",editor:{type:"buttonedit",onbuttonclick:"..."}}

...

可以的,但是编辑器是buttonedit的话,需要有displayField对应编辑器的文本字段,只有field是有问题的。
http://www.miniui.com/demo/#src=datagrid/rowedit_openpage.html

Archiver|普加软件

GMT+8, 2024-11-28 05:47 , Processed in 1.034122 second(s), 9 queries .

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部