OutSystems Forge 日本語データベース

Multi_Tab Refresh

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

Forge英文サイト

2015-01-25 1.0.0 Rui Coutinho 9.0.0.2 All All Components, Widgets
複数タブでのクライアント側リフレッシュ・メカニズム
マルチタブリフレッシュを使用すると、同じブラウザの異なるタブでデータを同期させることができます。 これは、複数のタブが開いており、関連情報を表示し、あるタブの変更が他のタブに即時に反映されなければならないシナリオのためのものでした。 変更を監視するサーバー呼び出しの数を減らすため、Cookieに基づいてクライアント側の更新メカニズムを使用します。 さまざまなコンテンツ(または機能)の監視をサポートします。 各画面には、監視したい機能が記載されています。 画面のコンテンツが変更されると、関連する機能のCookieを更新することによって変更が通知されます。 他の画面ではCookieを監視していて、変更が通知されると通知をトリガーして更新します。 これはIE8を含むすべてのブラウザで動作します。

[Overview]
Client side refresh mechanism for multiple tabs
[Detail]
Multi-Tab Refresh help you to keep your data synchronized in different tabs of the same browser. It was design for scenarios where multiple tabs are open, displaying related information and changes on one tab must be reflected immediatly on the other tabs. In order to reduce the number of server calls to monitor changes, it uses a client-side refresh mechanism, based on cookies. Supports monitorization of different content (or features): Each screen subcribes to the features it wants to monitor: When a screen changes it's content, it signals the change by updating the related feature cookie; Other screens are monitoring the cookies and once they notice a change, trigger a notification to refresh. It works on all browsers, including IE8. This project also provides one example module.
戻る