Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

98
Vistas
ExtJS - Where to put new plugins?

In ExtJS 6.2 modern application directory structure, where should I put new plugins?

In ExJS the PagingToolbar plugin has this definition Ext.grid.plugin.PagingToolbar, if I create a Grid plugin should I put it in APP/grid/plugin/MyPlugin?

Also, do I have to import the plugin into the system somehow before use?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Question 1: Where to put the plugin

If your plugin extends the pagingtoolbar plugin or if it fits logically into the same space ...

workspace/apps/AppName/app/src/grid/plugin/MyPlugin

Question 2: Import the plugin

You do not need to import the plugin if you added all classes within either file

  • app.js
  • app/Application.js

using the requires

requires: ['Myapp.*']

If not, you have to require the plugin in the class you use it.

requires: ['Myapp.src.grid.plugin.MyPlugin']

Be careful

It works without requires in development build, but not in production build.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda