Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

188
Visualizações
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 Respostas
Responde à pergunta

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 Relatório

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda