Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

95
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!