extjs

WebJar for extjs

Лицензия

Лицензия

Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

extjs
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

extjs
WebJar for extjs
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/egorfine/node-extjs

Скачать extjs

Имя Файла Размер
extjs-0.1.0.pom
extjs-0.1.0.jar 1 MB
extjs-0.1.0-sources.jar 22 bytes
extjs-0.1.0-javadoc.jar 22 bytes
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/extjs/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>extjs</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/extjs/
implementation 'org.webjars.npm:extjs:0.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/extjs/
implementation ("org.webjars.npm:extjs:0.1.0")
'org.webjars.npm:extjs:jar:0.1.0'
<dependency org="org.webjars.npm" name="extjs" rev="0.1.0">
  <artifact name="extjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='extjs', version='0.1.0')
)
libraryDependencies += "org.webjars.npm" % "extjs" % "0.1.0"
[org.webjars.npm/extjs "0.1.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Deprecated and abandoned

This is a very old code used in one of my enterprise projects.


node-extjs

Run ExtJS4 data models in Node.js

This node.js module is providing support for using ExtJS4 data models on server-side.

Installation

I cannot redistribute ExtJS with this module, so you will not be able to install it from npm repository directly

However, installation via npm is easily done manually:

  1. Download ExtJS from http://www.sencha.com/products/extjs/download/
  2. Extract it
  3. Copy contents of src/ into lib/Ext/ in here
  4. npm install .

Usage

Basically, all it takes is require('extjs'). Warning: a common mistake is to do Ext=require('extjs'). Don't.

See also test/ folder for usage examples (you'll need nodeunit to run them).

Proxies

If you get an error complaining about proxy module not found - create an empty file, like proxy/rest.js. Yes, it's a hack. Blame me.

TODO

I have a basic support for node-mysql here, however it's not elegant in the ExtJS world (i.e. it's not a Reader/Writer), so not yet published. Any suggestions regarding that? I'm all ears!

Acknowledgments

Thanks

This implementation is basically taken from n-ext, which is another module for server-side usage of ExtJS. My implementation is a tiny bit lighter.

Contributors:

  • Alexey Torkhov

License

Do whatever you want with software as long as you are in compliance with ExtJS license.

Also I redistribute a part of Ext Core with this package: a bit stripped version of Ext-more.js. A significant piece of browser-related code is removed from it.

Author

Egor Egorov me@egorfine.com

Версии библиотеки

Версия
0.1.0