From ca335793deb11a3e45162a748869a73f8e7f3786 Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 11 Apr 2011 13:00:52 +0000 Subject: [PATCH] minibar: small documentation updates and corrections --- src/runtime/javascript/minibar/about.html | 9 +++++++-- src/runtime/javascript/minibar/example.html | 4 ++-- src/runtime/javascript/minibar/gf-web-api-examples.html | 4 ++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/runtime/javascript/minibar/about.html b/src/runtime/javascript/minibar/about.html index f30d1a72d..ab62cf373 100644 --- a/src/runtime/javascript/minibar/about.html +++ b/src/runtime/javascript/minibar/about.html @@ -90,7 +90,7 @@ Some implementation details: browsers.
  • [Added 2010-05-26] The text entry field is now visible from the start, and it is removed when no more words can be added to the sentence. When you - press enter, the a word is added if there is only one magnet left, + press enter, a word is added if there is only one magnet left, 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 @@ -145,11 +145,16 @@ Some implementation details: page that uses pgf_online.js to talk to the PGF server. +
  • [Added 2011-03-03] Added a button to display word alignment. +
  • [Changed 2011-03-22] Don't force focus to the typed input field + 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.
    - Last modified: Sun Nov 28 12:49:43 CET 2010 + Last modified: Mon Apr 11 15:00:25 CEST 2011
    TH diff --git a/src/runtime/javascript/minibar/example.html b/src/runtime/javascript/minibar/example.html index 57c1ddd5c..55422987d 100644 --- a/src/runtime/javascript/minibar/example.html +++ b/src/runtime/javascript/minibar/example.html @@ -42,10 +42,10 @@ Output:

    Documentation


    - Last modified: Tue Nov 9 21:54:50 CET 2010 + Last modified: Mon Apr 11 14:53:21 CEST 2011 diff --git a/src/runtime/javascript/minibar/gf-web-api-examples.html b/src/runtime/javascript/minibar/gf-web-api-examples.html index 9ae8cc124..cc310ec4f 100644 --- a/src/runtime/javascript/minibar/gf-web-api-examples.html +++ b/src/runtime/javascript/minibar/gf-web-api-examples.html @@ -25,7 +25,7 @@ availiable in the GF shell is also available via the GF web services API. The GF Web Service API page describes the calls supported by the GF web service -API. Below, we illustrate these calls by examples, and also shows +API. Below, we illustrate these calls by examples, and also show how to make these calls from JavaScript using the API defined in pgf_online.js. @@ -120,7 +120,7 @@ incomplete and might be made more complete in a future version... "text":""}]
    - Last modified: Tue Nov 9 21:57:49 CET 2010 + Last modified: Mon Apr 11 14:47:59 CEST 2011