Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

what

Without html application technology

##使用示例

效果演示:https://osdg.github.io/what/examples/TextInput/Release/

namespace what.examples.textinput {
 export class Main extends Application {
 constructor() {
 super();
 var span = new Span(new Value("Please type here:"));
 this.addChild(span);
 var ti = new TextInput();
 this.addChild(ti);
 var span = new Span(ti.text);
 this.addChild(span);
 }
 }
 new Main();
}

About

Without html application technology

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /