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

192
Vistas
Why does the ExtJS style not match the official web demo?

This is the official demo

This is my demo

The splitter element style is different, I don't know why this happened.

And my code is here, and I put my demo to https://fiddle.sencha.com/#view/editor&fiddle/3jb8

Thanks.

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

0

Thanks for all the code!

Indeed, this is a nice question: initially I thought the problem was that you were playing with different version of the framework (Kitchen Sink from the screenshot is version 7.0.0 meanwhile you are using ExtJs 7.5.1 in the Fiddle).

But using the same framework version didn't solve the problem of the truncated splitters'size.

A workaround tested in your fiddle could be to set manually the height (for the horizontal splitters) and the width (for the vertical ones) while rendering the container panel like this:

    listeners: {
        afterrender: function(panel){
            Ext.ComponentQuery.query(panel.xtype + " splitter").forEach(splitter => {
                splitter.vertical ? splitter.setWidth(15) : splitter.setHeight(15);
            });
        }
    }
about 4 years ago · Juan Pablo Isaza Denunciar

0

Its just the splitter. Try this and find out your personal value instead of 30.

        defaults: {
            collapsible: true,
            split: {width: 30, height: 30},
            bodyPadding: 10
        },
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