最近の検索


最近の検索はありません

Iggy Pritzker's Avatar

Iggy Pritzker

参加日2021年4月16日

·

前回のアクティビティ2022年2月01日

フォロー中

0

フォロワー

0

合計アクティビティ

8

投票

0

受信登録

4

アクティビティの概要

さんの最近のアクティビティ Iggy Pritzker

Iggy Pritzkerさんがコメントを作成しました:

コミュニティのコメント 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}}

コメントを表示 · 投稿日時:2018年12月28日 · Iggy Pritzker

0

フォロワー

0

投票

0

コメント


Iggy Pritzkerさんがコメントを作成しました:

コミュニティのコメント Discussion - Tips and best practices from the community

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

コメントを表示 · 投稿日時:2016年9月15日 · Iggy Pritzker

0

フォロワー

0

投票

0

コメント


Iggy Pritzkerさんがコメントを作成しました:

コミュニティのコメント 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');
}

コメントを表示 · 投稿日時:2016年6月29日 · Iggy Pritzker

0

フォロワー

0

投票

0

コメント


Iggy Pritzkerさんがコメントを作成しました:

コミュニティのコメント 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...

コメントを表示 · 投稿日時:2016年6月07日 · Iggy Pritzker

0

フォロワー

0

投票

0

コメント