mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-02 07:42:50 -06:00
gfse: example-based: some usability improvements
Instead of showing nothing, show disabled buttons and some expanatory text to provide guidance for users getting started with example-based grammar writing.
This commit is contained in:
@@ -990,6 +990,7 @@ function inError(msg,el) {
|
||||
function kw(txt) { return wrap_class("span","kw",text(txt)); }
|
||||
function sep(txt) { return wrap_class("span","sep",text(txt)); }
|
||||
function ident(txt) { return wrap_class("span","ident",text(txt)); }
|
||||
function unimportant(txt) { return wrap_class("small","unimportant",text(txt)); }
|
||||
function indent(cs) { return div_class("indent",cs); }
|
||||
|
||||
function indent_sortable(cs,sort) {
|
||||
|
||||
Reference in New Issue
Block a user