- 浏览: 8508 次
- 性别:
- 来自: 南京
最新评论
-
hvang1988:
楼主果然是extjs高手,
不能帮你忙,但谢谢你的分享,我参考 ...
ExtJS 3.0 Designer Preview (官方的IDE可视化工具)
文章列表
designer-complete.js
已添加【保存】、【打开】按钮,可惜本人js水平有限,无法将功能继续写下去。
期待国内js高手们,把此功能实现。
//顶部工具栏(新建、打开、保存、、)
var d = new Ext.Toolbar({
items: [xds.actions.newAction, "-",
xds.actions.openAction,"-",
xds.actions.saveAction,"-",
xds.ac ...
- 2009-08-15 16:57
- 浏览 1862
- 评论(1)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>TestTime.html</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script type="text/javascript">
...
Js代码
var combo = new Ext.form.ComboBox({
id:'somecombo',
store: combostore,
displayField:'state',
typeAhead: true,
width: 180,
mode: 'local',
//enableKeyEvents: true,
forceSelection: true,
triggerActio ...