forked from GitHub/gf-core
updated documentation
This commit is contained in:
@@ -80,11 +80,21 @@ Some implementation details:
|
|||||||
<code>start_minibar</code> options (server, grammars_url, grammar_list,
|
<code>start_minibar</code> options (server, grammars_url, grammar_list,
|
||||||
show_grouped_translations, delete_button_text) to make
|
show_grouped_translations, delete_button_text) to make
|
||||||
<code>minibar.js</code> more resuable.)
|
<code>minibar.js</code> more resuable.)
|
||||||
|
<li>[Added 2010-05-26] The magnets are now created with
|
||||||
|
<code><input type=button></code> tags to make them clickable in more browsers.
|
||||||
|
<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 press enter, the 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 magnet.
|
||||||
|
<li>[Added 2010-05-28] Added a link to make it easy to try the same sentence in
|
||||||
|
<a href="http://translate.google.com">Google Translate</a>.
|
||||||
|
This can be turned of by passing the option {try_google:false} to
|
||||||
|
<code>start_minibar</code>.
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<small class=modtime>
|
<small class=modtime>
|
||||||
<!-- hhmts start --> Last modified: Fri Apr 30 16:47:43 CEST 2010 <!-- hhmts end -->
|
<!-- hhmts start --> Last modified: Fri May 28 18:11:05 CEST 2010 <!-- 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>
|
||||||
|
|||||||
@@ -13,7 +13,8 @@ var my_options= {
|
|||||||
//grammar_list: ["Foods.pgf"],
|
//grammar_list: ["Foods.pgf"],
|
||||||
show_abstract: true,
|
show_abstract: true,
|
||||||
show_trees: true,
|
show_trees: true,
|
||||||
show_grouped_translations: false
|
show_grouped_translations: false,
|
||||||
|
try_google: true
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<meta name = "viewport" content = "width = device-width">
|
<meta name = "viewport" content = "width = device-width">
|
||||||
@@ -31,7 +32,7 @@ var my_options= {
|
|||||||
& <a href="http://www.grammaticalframework.org:41296/translate/">Translator</a>]
|
& <a href="http://www.grammaticalframework.org:41296/translate/">Translator</a>]
|
||||||
</small>
|
</small>
|
||||||
<small class=modtime>
|
<small class=modtime>
|
||||||
HTML <!-- hhmts start --> Last modified: Wed May 26 22:35:48 CEST 2010 <!-- hhmts end -->
|
HTML <!-- hhmts start --> Last modified: Fri May 28 18:16:11 CEST 2010 <!-- 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user