- 注册时间
- 2013-9-4
- 最后登录
- 2013-10-23
- 阅读权限
- 10
- 积分
- 152
- 精华
- 0
- 帖子
- 52

|
<div field="khbm" width="12%" style="height:20px;" headerAlign="center" align="$result.align" renderer="_render1"
autoEscape="false"
>
客户编码<input id="subform0_cpdl__editor" property="editor"
class="mini-textbox" style="width:40px;" required="true"
/>
</div>
<div field="khlx" width="11%" headerAlign="center" align="$result.align" renderer="_render2"
autoEscape="false"
>
客户类型<input enabled="true" id="subform0_cpdl__editor" emptyText="请输入..." property="editor"
class="mini-combobox" style="width:40px;" valueField="fcontent" textField="fcontent"
data="[{'fcontent':'成套厂','fcode':'09'},{'fcontent':'代理','fcode':'10'},{'fcontent':'设计单位','fcode':'05'},{'fcontent':'投资单位','fcode':'02'},{'fcontent':'用户单位','fcode':'01'},{'fcontent':'总包单位','fcode':'03'}]"
/>
</div>
<div field="khmc" width="21%" headerAlign="center" align="$result.align" renderer="_render3"
autoEscape="false" cellStyle="height:20px;"
>
客户名称<input enabled="true" id="subform0_cpdl__editor" emptyText="请选择..." property="editor"
class="mini-buttonedit" style="height:30px;" allowInput="false" name="khmc1"
/>
</div>
上面是我datagrid里面的行,怎么在js里面控制它不能编辑
|
|