问题标签 [extwebcomponents]
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.
extjs - 使用 ExtWebComponents 我如何创建一个简单的视图?
我想将几个组件和元素组合在一起,我怎么能用 Sencha ExtWebComponents 做到这一点?
例如:
extjs - 如何将 Sencha ExtWebComponent 笛卡尔图表添加到我的应用程序?
如何将 Sencha ExtWebComponent 笛卡尔图表添加到我的应用程序?如何将其添加为 Web 组件?我将如何设置和加载数据存储?
我想建立一个这样的图表: https ://examples.sencha.com/ExtWebComponents/7.0.0/kitchensink/#BasicArea
extjs - 构建 ExtWebComponents 图表 Web 组件时出现错误,没有匹配的文件,如何解决?
当我构建我的 ExtWebComponents 应用程序时,我收到了这个错误。
错误
ℹ 「ext」: C2008: 需求没有匹配的文件 (Ext.chart.theme.Midnight) -- /build/ext/manifest.js:0:13
其他形式的错误
- CORS 策略已阻止从源“null”访问“file:///Users/branflake2267/git/sandbox-ewc/dash-metrics/dash-metrics-client/build/widget/cartesian.js”处的 XMLHttpRequest:跨源请求仅支持协议方案:http、data、chrome、chrome-extension、https。
我的配置
资源
extjs - 渲染后如何将商店添加到我的 ExtWebComponent 图表?
如何在渲染后将 Sencha Ext JS 存储添加到我的 ExtWebComponent 图表?它将如何更新我的图表?
extwebcomponents - 如何使用 Alpha Vantage 股票数据呈现 ExtWebComponent 面积图?
我想在我的 ExtWebComponent 图表中使用 Alpha Vanatage 股票数据。如何获取数据并将其呈现在笛卡尔面积图中?
extwebcomponents - 如何将我的 ExtWebComponent 添加到 JSP?
我想将我的 Web 组件添加到我的 JSP 中。我如何连接我的 ExtWebComponents 来做到这一点?
我的服务器端在 Servlet 容器中运行。
javascript - ExtReact - 包含笛卡尔图表会在控制台中引发错误
我正在尝试使用笛卡尔图表构建一个简单的 ExtReact 应用程序。我发现我可以添加大多数 ExtReact 组件(如容器、网格、按钮等),但图表让我有些痛苦。我在尝试过的两个 Ext 框架(ExtReact、Vue 中的 Ext Web 组件)中都遇到了以下问题。Sencha 论坛说它是一个缺失的包,但我已经包含了@sencha/ext-react-modern
和@sencha/ext-charts
包,加上他们的 Github 代码导入笛卡尔图表的方式与我相同(使用@sencha/ext-react-modern
导入。这是我的主要反应类。
控制台给了我以下 2 个错误:
GET http://localhost:1962/widget/cartesian.js?_dc=1586963634425 404 (Not Found)
Uncaught Error: [Ext.create] Unrecognized class name / alias: widget.cartesian
显然我的应用程序没有导入正确的包,但我不知道我缺少哪些包(或者可能存在不同的问题)。
extjs - 树网格保存状态
我正在使用 extwebcomponents 的树形网格并提供有状态:['width','height','collapsed'] 但我的 treegrid 状态仍然不存在。
我正在使用 treestore 进行 ajax 调用来获取数据。我在浏览器上使用了我的构建(main.js)并在其上运行本机 javascript。我错过了什么吗?
问候
尼迪