6 lines
No EOL
258 B
TypeScript
6 lines
No EOL
258 B
TypeScript
import ValidatedTextField from "./UI/Input/ValidatedTextField";
|
|
import {VariableUiElement} from "./UI/Base/VariableUIElement";
|
|
|
|
const tf = ValidatedTextField.InputForType("url")
|
|
tf.AttachTo("maindiv")
|
|
new VariableUiElement(tf.GetValue()).AttachTo("extradiv") |