Add colour input, add inputmode-hints to have specialized keyboards on mobile
This commit is contained in:
parent
1f0b20f5d4
commit
8774b887d8
10 changed files with 406 additions and 155 deletions
|
@ -6,6 +6,7 @@ import {UIElement} from "../UI/UIElement";
|
|||
import SimpleMetaTagger from "../Logic/SimpleMetaTagger";
|
||||
import Combine from "../UI/Base/Combine";
|
||||
import {ExtraFunction} from "../Logic/ExtraFunction";
|
||||
import ValidatedTextField from "../UI/Input/ValidatedTextField";
|
||||
|
||||
|
||||
|
||||
|
@ -19,6 +20,6 @@ function WriteFile(filename, html: UIElement) : void {
|
|||
|
||||
WriteFile("./Docs/SpecialRenderings.md", SpecialVisualizations.HelpMessage)
|
||||
WriteFile("./Docs/CalculatedTags.md", new Combine([SimpleMetaTagger.HelpText(), ExtraFunction.HelpText()]))
|
||||
|
||||
writeFileSync("./Docs/SpecialInputElements", ValidatedTextField.HelpText());
|
||||
console.log("Generated docs")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue