Pesquisas recentes


Sem pesquisas recentes

Iggy Pritzker's Avatar

Iggy Pritzker

Entrou em 16 de abr. de 2021

·

Última atividade em 01 de fev. de 2022

Seguindo

0

Seguidores

0

Atividade total

8

Votos

0

Assinaturas

4

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Iggy Pritzker

Iggy Pritzker comentou,

Comentário na comunidade Discussion - Tips and best practices from the community

we can also do without javascript in template:

  {{#if alternative_locales}}
         {{#is current_locale.name 'English (US)'}}
            {{search placeholder='Search Resources' instant=true}}
          {{else}}
             {{search placeholder='Buscar Recursos' instant=true}}
          {{/is}}
    {{/if}}

Exibir comentário · Publicado 28 de dez. de 2018 · Iggy Pritzker

0

Seguidores

0

Votos

0

Comentários


Iggy Pritzker comentou,

Comentário na comunidade Discussion - Tips and best practices from the community

Doesn't work when having more HTML elements between them :(

Exibir comentário · Publicado 15 de set. de 2016 · Iggy Pritzker

0

Seguidores

0

Votos

0

Comentários


Iggy Pritzker comentou,

Comentário na comunidade Discussion - Tips and best practices from the community

/* search placeholder change text */
var currentLanguage = $('html').attr('lang').toLowerCase();
if(currentLanguage === "de") {
$('.search #query').attr('placeholder','Suchen Sie in unserer Unterstützung');
}

Exibir comentário · Publicado 29 de jun. de 2016 · Iggy Pritzker

0

Seguidores

0

Votos

0

Comentários


Iggy Pritzker comentou,

Comentário na comunidade Discussion - Tips and best practices from the community

Just add placeholder to search tag

{{search placeholder='Search our support' instant=true}}

It works now, but we need a way to make dynamic content there for multiple languages...

Exibir comentário · Publicado 07 de jun. de 2016 · Iggy Pritzker

0

Seguidores

0

Votos

0

Comentários