jQuery MiniUI

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

文本框编辑的问题求解啊。我昨天干了一下午居然就是不出 [复制链接]

Rank: 2

跳转到指定楼层
楼主
发表于 2012-6-15 10:25:04 |只看该作者 |倒序浏览
<div id="datagrid1" class="mini-datagrid" style="width:100%;height:280px;"  url="scripts/data/quarter.txt" idField="id" allowResize="true" pageSize="20"
        allowCellEdit="true" allowCellSelect="true" multiSelect="true">
                            <div property="columns">
                                    <div field="Staffid" width="30px"  headerAlign="center"  allowSort="true">工号</div>
                                    <div field="names" width="30px" headerAlign="center" allowSort="true">姓名</div>
                                    <div header="第一季度">
                                        <div property="columns">
                                            <div field="Performance1" width="30px" allowSort="true" >年龄
                                                <input property="editor" class="mini-spinner" minValue="0" maxValue="2000" value="25" style="width:100%;"/>
                                            </div>
                                            
                                            <div field="bonus1" width="30px" headerAlign="center">奖金
                                                 <input property="editor" class="mini-textbox" style="width:100%;"/>
                                            </div>
                                        </div>
                                    </div>
                                    <div header="第二季度">
                                        <div property="columns">
                                            <div field="Performance2" width="30px" headerAlign="center" allowSort="true">绩效
                                                 <input property="editor" class="mini-textbox" style="width:100%;"/>
                                            </div>
                                            <div field="bonus2" width="30px" headerAlign="center" allowSort="true">奖金
                                                 <input property="editor" class="mini-textbox" style="width:100%;"/>
                                            </div>
                                        </div>
                                    </div>
                                    <div header="第三季度">
                                        <div property="columns">
                                            <div field="Performance3" width="30px" headerAlign="center" allowSort="true">绩效
                                                 <input property="editor" class="mini-textbox" style="width:100%;"/>
                                            </div>
                                            <div field="bonus3" width="30px" headerAlign="center" allowSort="true">奖金
                                                 <input property="editor" class="mini-textbox" style="width:100%;"/>
                                            </div>
                                        </div>
                                    </div>
                                    <div header="第四季度">
                                        <div property="columns">
                                            <div field="Performance4" width="30px" headerAlign="center" allowSort="true">绩效</div>
                                            <div field="bonus4" width="30px" headerAlign="center" allowSort="true">奖金</div>
                                        </div>
                                    </div>
                            </div>   
                    </div>
                </td>
            </tr>
            <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
            </tr>
        </table>
    </div>
</div>
<div style="width:800px;" align="center">
    <br />
    <span style="text-align:center;">季度评估还未做完,尚不能提交给人力资源审核</span>
    <br />
    <div style="width:90%" align="left">
    <table cellpadding="0" width="90%" align="left" cellspacing="0" border="0">
        <tr>
            <td align="left">
                <strong>注:</strong>
            </td>
        </tr>
        <tr>
            <td align="left" style="color:#FF0000">1. 余额可在当年内累计,年度清零。</td>
        </tr>
        <tr>
            <td align="left" style="color:#FF0000">2. 本季度实发总额 <= 季度基本总额 + 余额。</td>
        </tr>
    </table>
    </div>
</div>
<script language="javascript">
      mini.parse();
        var grid = mini.get("datagrid1");
        grid.load();
</script>

Rank: 2

沙发
发表于 2012-6-15 10:25:34 |只看该作者
那个东西主要就是那个单机事件没用

Rank: 8Rank: 8

板凳
发表于 2012-6-15 10:39:46 |只看该作者
zzz4241515 发表于 2012-6-15 10:25
那个东西主要就是那个单机事件没用

我把你贴的代码在本地测试了下,单元格是可以编辑的,没什么问题。不知道你指的是什么问题

Rank: 2

地板
发表于 2012-6-15 10:46:05 |只看该作者
factory 发表于 2012-6-15 10:39
我把你贴的代码在本地测试了下,单元格是可以编辑的,没什么问题。不知道你指的是什么问题 ...

难道是人品问题
我去了  

Rank: 2

5#
发表于 2012-6-15 10:46:38 |只看该作者
zzz4241515 发表于 2012-6-15 10:46
难道是人品问题
我去了

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
        <link href="demo/demo.css" rel="stylesheet" type="text/css" />
    <script src="scripts/jquery-1.6.2.min.js" type="text/javascript"></script>
    <script src="scripts/miniui/miniui.js" type="text/javascript"></script>
    <script src="demo/CommonLibs/UserSelectWindow.js" type="text/javascript"></script>
        <link href="scripts/miniui/themes/default/miniui.css" rel="stylesheet" type="text/css" />
    <link href="scripts/miniui/themes/icons.css" rel="stylesheet" type="text/css" />
        <link href="CSS/PMNDsecls.css" rel="stylesheet"  type="text/css"/>
<title>季度评估</title>
</head>

<body>
<div  class="div1">
        <div style="width:100%" class="div2">
                <h1 class="h1">&nbsp;&nbsp;季度评估报告</h1>
        </div>
        <div class="div2">
                <table class="table1" cellpadding="0" align="center" cellspacing="0" >
                        <tr>
                                <td align="left">
                                        <span><strong>部门:</strong></span>
                                        <span>&nbsp;</span>       
                                </td>
                                <td align="left">
                                        <span><strong>时间:</strong></span>
                                        <span>2012年第2季度</span>       
                                </td>
                                <td align="left">
                                        <span><strong>奖金调整:</strong></span>
                                        <span>0.00(调整前总额:1)</span>       
                                </td>
                        </tr>
                        <tr>
                                <td align="left">
                                        <span><strong>季度基本总额:</strong></span>
                                        <span>--</span>       
                                </td>
                                <td align="left">
                                        <span><strong>季度基本总额:</strong></span>
                                        <span>--</span>       
                                </td>
                                <td align="left">
                                        <span><strong>余额:</strong></span>
                                        <span>--</span>       
                                </td>
                        </tr>
                        <tr>
                                <td align="left">
                                        <span><strong>备注:</strong></span>
                                        <span>&nbsp</span>       
                                </td>
                        </tr>
                </table>
        </div>
        <div style="width:100%" class="div2">
                <h1 class="h1">&nbsp;&nbsp;年度绩效管理</h1>
        </div>
        <div style="width:90%" align="center">
                <table  width="90%" cellpadding="0" align="center" cellspacing="0" border="0">
                        <tr>
                                <td colspan="6">
                                                <div id="datagrid1" class="mini-datagrid" style="width:100%;height:280px;"  url="scripts/data/quarter.txt" idField="id" allowResize="true" pageSize="20"
        allowCellEdit="true" allowCellSelect="true" multiSelect="true">
                                                        <div property="columns">
                                                                        <div field="Staffid" width="30px"  headerAlign="center"  allowSort="true">工号</div>
                                                                        <div field="names" width="30px" headerAlign="center" allowSort="true">姓名</div>
                                                                        <div header="第一季度">
                                                                                <div property="columns">
                                                                                        <div field="Performance1" width="30px" allowSort="true" >年龄
                                                                                                <input property="editor" class="mini-spinner" minValue="0" maxValue="2000" value="25" style="width:100%;"/>
                                                                                        </div>
                                                                                       
                                                                                        <div field="bonus1" width="30px" headerAlign="center">奖金
                                                                                                 <input property="editor" class="mini-textbox" style="width:100%;"/>
                                                                                        </div>
                                                                                </div>
                                                                        </div>
                                                                        <div header="第二季度">
                                                                                <div property="columns">
                                                                                        <div field="Performance2" width="30px" headerAlign="center" allowSort="true">绩效
                                                                                                 <input property="editor" class="mini-textbox" style="width:100%;"/>
                                                                                        </div>
                                                                                        <div field="bonus2" width="30px" headerAlign="center" allowSort="true">奖金
                                                                                                 <input property="editor" class="mini-textbox" style="width:100%;"/>
                                                                                        </div>
                                                                                </div>
                                                                        </div>
                                                                        <div header="第三季度">
                                                                                <div property="columns">
                                                                                        <div field="Performance3" width="30px" headerAlign="center" allowSort="true">绩效
                                                                                                 <input property="editor" class="mini-textbox" style="width:100%;"/>
                                                                                        </div>
                                                                                        <div field="bonus3" width="30px" headerAlign="center" allowSort="true">奖金
                                                                                                 <input property="editor" class="mini-textbox" style="width:100%;"/>
                                                                                        </div>
                                                                                </div>
                                                                        </div>
                                                                        <div header="第四季度">
                                                                                <div property="columns">
                                                                                        <div field="Performance4" width="30px" headerAlign="center" allowSort="true">绩效</div>
                                                                                        <div field="bonus4" width="30px" headerAlign="center" allowSort="true">奖金</div>
                                                                                </div>
                                                                        </div>
                                                        </div>   
                                        </div>
                                </td>
                        </tr>
                        <tr>
                                <td>&nbsp;</td>
                                <td>&nbsp;</td>
                                <td>&nbsp;</td>
                                <td>&nbsp;</td>
                                <td>&nbsp;</td>
                                <td>&nbsp;</td>
                        </tr>
                </table>
        </div>
</div>
<div style="width:800px;" align="center">
        <br />
        <span style="text-align:center;">季度评估还未做完,尚不能提交给人力资源审核</span>
        <br />
        <div style="width:90%" align="left">
        <table cellpadding="0" width="90%" align="left" cellspacing="0" border="0">
                <tr>
                        <td align="left">
                                <strong>注:</strong>
                        </td>
                </tr>
                <tr>
                        <td align="left" style="color:#FF0000">1. 余额可在当年内累计,年度清零。</td>
                </tr>
                <tr>
                        <td align="left" style="color:#FF0000">2. 本季度实发总额 <= 季度基本总额 + 余额。</td>
                </tr>
        </table>
        </div>
</div>
<script language="javascript">
          mini.parse();
        var grid = mini.get("datagrid1");
        grid.load();
</script>
</body>
</html>

Rank: 2

6#
发表于 2012-6-15 10:47:00 |只看该作者
这是我的整个页面

Rank: 8Rank: 8

7#
发表于 2012-6-15 10:50:57 |只看该作者
zzz4241515 发表于 2012-6-15 10:46
季度评估

是不是这样的?单元格可以编辑,没问题


附件: 你需要登录才可以下载或查看附件。没有帐号?立即注册

Rank: 2

8#
发表于 2012-6-15 10:55:10 |只看该作者
factory 发表于 2012-6-15 10:50
是不是这样的?单元格可以编辑,没问题

你的怎么可已

Rank: 2

9#
发表于 2012-6-15 10:57:32 |只看该作者
zzz4241515 发表于 2012-6-15 10:55
你的怎么可已

我的是txt静态数据
但是就是不行

附件: 你需要登录才可以下载或查看附件。没有帐号?立即注册

Rank: 8Rank: 8

10#
发表于 2012-6-15 11:01:02 |只看该作者
zzz4241515 发表于 2012-6-15 10:57
我的是txt静态数据
但是就是不行

你吧你的错误页面和数据txt一并打包上传,我这边测试下看看

Archiver|普加软件

GMT+8, 2024-11-25 22:55 , Processed in 1.024629 second(s), 10 queries .

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部