OutSystems Forge 日本語データベース

Turbolinks

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

Forge英文サイト

2015-02-05 0.2.4 Tiago Simões 9.0.0.23 All All Widgets
Turbolinksは、完全なページの読み込みを排除することで、アプリケーションの処理速度を向上させます。 ブラウザがページ全体をリロードするのではなく、ページを活性化した状態で、本文、タイトルのみを置き換え、不足しているファイルを追加します。 これを使用するには、このウェブブロックをすべてのページ(ヘッダーなど)に追加してください
Turbolinksは、完全なページの読み込みを排除することで、アプリケーションの処理速度を向上させます。 ブラウザがページ全体をリロードするのではなく、ページを活性化した状態で、本文、タイトルのみを置き換え、不足しているファイルを追加します。 これにより、通常通りにアプリケーションを設計できますが、シングルページアプリケーションのように動作します。 Rails TurbolinksとPJAXとjQuery.Turbolinksに基づいています。 注:上のリンクのドキュメントを参照して、高度な使用方法を確認してください(一部のスクリプトが正しく機能しないなど)。 これを使用するには、Turbolinksウェブブロックをすべてのページに追加します(たとえば、ヘッダーなど)。 ページが完全に読み込まれていなくても、URLは変更されます(HTML5 pushstateを使用し、ブックマーク、戻るボタンなどを許可します)。

[Overview]
Turbolinks makes your application faster by removing complete page loads. Instead of the browser reloading a whole page, it keeps the page alive and replaces only the body, title, and adds any missing files. To use it add this web block to all your pages (e.g. in the header)
[Detail]
Turbolinks makes your application faster by removing complete page redraws. Instead of letting the browser reloading a whole page, it keeps the page alive and replaces only the body, title, and adds any missing files. This allows you to design applications as usual, but they will behave like single page applications. Based on Rails Turbolinks and PJAX and jQuery.Turbolinks. Note: See documentation in the links above for advanced usages (e.g. some scripts might not work properly). To use it add the Turbolinks web block to all your pages, preferably before other web blocks (e.g. in the header). The URL will change (using HTML5 pushstate, allowing bookmarks, back button, etc...) although the page is not completely loaded from it.
戻る