dtext: add dtext cheatsheet popup.
This commit is contained in:
10
app/views/static/dtext_help.js.erb
Normal file
10
app/views/static/dtext_help.js.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
$("<%= j render "static/dtext_help" %>").dialog({
|
||||
title: "DText Help",
|
||||
width: 700,
|
||||
modal: true,
|
||||
buttons: {
|
||||
"Close": function() {
|
||||
$(this).dialog("close");
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user