OutSystems Forge 日本語データベース

FastAutoComplete

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2015-06-29 3.0.0 João Melo 9.0.1.3 All All
このコンポーネントは、ターゲットエンティティが更新の少ない多数のレコード(数百または数千)を持っている場合に、オートコンプリートフィールドでクライアントからサーバーへの過剰なリクエストや不必要なデータベースクエリを回避することを目的としています。
このコンポーネントは、ターゲットエンティティが更新の少ない多数のレコード(数百または数千)を持っている場合に、オートコンプリートフィールドでクライアントからサーバーへの過剰なリクエストや不必要なデータベースクエリを回避することを目的としています。 単純なコンボボックスですか? レコードをリストして選択するためのポップアップをトリガするボタンがあるフィールドですか? すべてのページロードでレコードのリスト全体をダウンロードする一般的なオートコンプリートフィールドですか? 重要なヒント: [{'' id ':' 123 '、' value ':' qwe '}、...]のようにJSonを使ってlocalStorageオブジェクトをロードします。 これを準備で扱うTestPageを作成しました。 理想的には、エンティティのレコードとlocalStorageの配列が異なるバージョンの場合にのみ、ログイン処理中にこれを行うことができます。

[Overview]
This component is intended to avoid excessive requests from client to server, and unecessary database queries, on an autocomplete field when the target Entity has lots of records (hundreds or thousands) but is not changed frequently.
[Detail]
This component is intended to avoid excessive requests from client to server, and unecessary database queries, on an autocomplete field when the target Entity has lots of records (hundreds or thousands) but is not changed frequently. A simple combobox? not a good idea... A field with a button that triggers a popup to list and select records? old school... A common autocomplete field that downloads the entire list of records on every pageload? let the web flow... Important tip: Load a localStorage object with a JSon like this: [{'id':'123', 'value':'qwe'}, ...] I created a TestPage that treats this in Preparation. Ideally you could do this during the Login process, only if the entity's records and the localStorage's array are in different versions.
戻る