From a0ec59ccdad4507c7ff63317d8aad70394f927e5 Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 3 Aug 2011 14:24:47 +0000 Subject: minibar: small code and documentation tweaks --- src/runtime/javascript/minibar/about.html | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'src/runtime/javascript/minibar/about.html') diff --git a/src/runtime/javascript/minibar/about.html b/src/runtime/javascript/minibar/about.html index 67ce7b961..9ab31e987 100644 --- a/src/runtime/javascript/minibar/about.html +++ b/src/runtime/javascript/minibar/about.html @@ -1,8 +1,7 @@ - + About Minibar - @@ -33,7 +32,9 @@ Some implementation details: There seems to be some rendering bugs in Chrome 5.0.342.9 β.
  • The implementation consist of two JavaScript files: minibar.js and support.js - The latter is also used in a small web app based on the + The latter is also used in + a couple of + small web apps based on the SALDO web services.
  • To access the GF web service, it uses the JSONP method @@ -94,17 +95,17 @@ Some implementation details: or if what you have entered exactly matches one of the remaining magnet.
  • [Added 2010-05-28] Added a link to make it easy to try the same sentence in - Google Translate. - This can be turned of by passing the option {try_google:false} to + Google Translate.This can be + turned off by passing the option {try_google:false} to start_minibar.
  • [Added 2010-06-02] Added support for Help and Feedback buttons, controlled by the options feedback_url and help_url passed to start_minibar.
  • [Added 2010-06-02] New option: default_source_language.
  • [Added 2010-09-10] Minibar now automatically uses - AJAX + XHR instead of JSONP when possible (i.e. when the HTML document and the - PGF server are on the same server). + PGF service are on the same server).
  • [Added 2010-09-10] The default input language is now the user's preferred language, if possible. This is implemented by consulting the userLanguage field in the grammar info output by pgf-server. @@ -131,7 +132,7 @@ Some implementation details: pgf_online.js.
  • The minibar code has been rewritten to avoid storing state information in the document tree and accessing it by referring to named document - elements. The code now also avoids using string literals contaning + elements. The code now also avoids using string literals containing the names of top-level functions to specify event handlers for buttons and menus. (The code is no longer introspective, so α conversion will not change its meaning.) @@ -150,11 +151,13 @@ Some implementation details: after every word. On touch-based devices, the on-screen keyboard kept popping up after every word, which was very annoying if you were entering a sentence by tapping on the magnets. +
  • [Changed 2011-08-03] Moved the initialization code in minibar.html to + minibar_online.js.
    - Last modified: Mon Apr 11 15:03:31 CEST 2011 + Last modified: Wed Aug 3 16:14:22 CEST 2011
    TH -- cgit v1.2.3