问题标签 [ext-designer]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
760 浏览

extjs4 - How to use Ext-designer to create UI for multiple pages?

In the example section in extjs4 official site, the source code is clean and direct (on a single page). However the ext designer uses MVC architecture that I am quite confused. If I want to create UI using extjs 4, for multiple page, am I supposed to create multiple projects in ext designer?

0 投票
2 回答
619 浏览

json - 如何使用生成的 json 构建 extjs 窗口?

我用ExtDesigner设计了一个窗口,生成的json是这样的:

我复制了它,但我不知道如何使用它。我没有找到将其转换为 extjs 组件的方法。怎么做?

PS:我使用 extjs 2.2

0 投票
1 回答
1275 浏览

php - ExtJs 网格只查看一行

我有 PHP 数组($test_arr)如下所示

我有这个数组的数据存储

我的网格面板

将我的商店加载到网格中

但是这个网格只查看数组的第一个数据集(数组中的索引0数据集和网格只显示一行)。如何查看网格中的所有数据。

0 投票
1 回答
546 浏览

extjs - 在 extjs 中添加新节点视图后无需重新加载页面

当我使用休闲功能创建子节点时,新创建的节点不在树节点中查看。但使用按 F5 键重新加载页面。在树节点中显示新创建的节点如何在不重新加载网页的情况下查看节点?

重新加载之前重新加载后可以查看在最后一个节点中新添加的子子节点如下