mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-17 15:12:50 -06:00
minibar: small documentation updates and corrections
This commit is contained in:
@@ -90,7 +90,7 @@ Some implementation details:
|
|||||||
browsers.
|
browsers.
|
||||||
<li>[Added 2010-05-26] The text entry field is now visible from the start,
|
<li>[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
|
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,
|
||||||
<em>or</em> if what you have entered exactly matches one of the remaining
|
<em>or</em> if what you have entered exactly matches one of the remaining
|
||||||
magnet.
|
magnet.
|
||||||
<li>[Added 2010-05-28] Added a link to make it easy to try the same sentence in
|
<li>[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 <a href="pgf_online.js">pgf_online.js</a> to talk to the
|
page that uses <a href="pgf_online.js">pgf_online.js</a> to talk to the
|
||||||
PGF server.
|
PGF server.
|
||||||
</ul>
|
</ul>
|
||||||
|
<li>[Added 2011-03-03] Added a button to display word alignment.
|
||||||
|
<li>[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.
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<small class=modtime>
|
<small class=modtime>
|
||||||
<!-- hhmts start --> Last modified: Sun Nov 28 12:49:43 CET 2010 <!-- hhmts end -->
|
<!-- hhmts start --> Last modified: Mon Apr 11 15:00:25 CEST 2011 <!-- hhmts end -->
|
||||||
</small>
|
</small>
|
||||||
<address>
|
<address>
|
||||||
<a href="http://www.cs.chalmers.se/~hallgren/">TH</a>
|
<a href="http://www.cs.chalmers.se/~hallgren/">TH</a>
|
||||||
|
|||||||
@@ -42,10 +42,10 @@ Output:
|
|||||||
|
|
||||||
<h2>Documentation</h2>
|
<h2>Documentation</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.grammaticalframework.org/~hallgren/gf-web-api-examples.html">GF Web API examples</a>
|
<li><a href="gf-web-api-examples.html">GF Web API examples</a>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<address></address>
|
<address></address>
|
||||||
<!-- hhmts start --> Last modified: Tue Nov 9 21:54:50 CET 2010 <!-- hhmts end -->
|
<!-- hhmts start --> Last modified: Mon Apr 11 14:53:21 CEST 2011 <!-- hhmts end -->
|
||||||
</body> </html>
|
</body> </html>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ availiable in the GF shell is also available via the GF web services API.
|
|||||||
The
|
The
|
||||||
<a href="http://code.google.com/p/grammatical-framework/wiki/GFWebServiceAPI">GF
|
<a href="http://code.google.com/p/grammatical-framework/wiki/GFWebServiceAPI">GF
|
||||||
Web Service API</a> page describes the calls supported by the GF web service
|
Web Service API</a> 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
|
how to make these calls from JavaScript using the API defined in
|
||||||
<a href="http://www.grammaticalframework.org/src/runtime/javascript/minibar/pgf_online.js">pgf_online.js</a>.
|
<a href="http://www.grammaticalframework.org/src/runtime/javascript/minibar/pgf_online.js">pgf_online.js</a>.
|
||||||
|
|
||||||
@@ -120,7 +120,7 @@ incomplete and might be made more complete in a future version...
|
|||||||
"text":""}]
|
"text":""}]
|
||||||
</dl>
|
</dl>
|
||||||
<hr>
|
<hr>
|
||||||
<!-- hhmts start --> Last modified: Tue Nov 9 21:57:49 CET 2010 <!-- hhmts end -->
|
<!-- hhmts start --> Last modified: Mon Apr 11 14:47:59 CEST 2011 <!-- hhmts end -->
|
||||||
<address>
|
<address>
|
||||||
<a href="http://www.cse.chalmers.se/~hallgren/>Thomas Hallgren</a>
|
<a href="http://www.cse.chalmers.se/~hallgren/>Thomas Hallgren</a>
|
||||||
</address>
|
</address>
|
||||||
Reference in New Issue
Block a user